You are here

constant PWA_SW_CACHE_EXCLUDE in Progressive Web App 7.2

Same name and namespace in other branches
  1. 7 pwa.module \PWA_SW_CACHE_EXCLUDE
5 uses of PWA_SW_CACHE_EXCLUDE
pwa_admin_configuration_sw_patterns in ./pwa.admin.inc
pwa_block_info in ./pwa.module
Implements hook_block_info().
pwa_update_7204 in ./pwa.install
Initialize the new variable for assets configuration.
_init_variables in ./pwa.install
_pwa_serviceworker_file in ./pwa.module
Take the serviceworker template file and replace all the variables needed.

File

./pwa.module, line 7

Code

define('PWA_SW_CACHE_EXCLUDE', "^/admin/.*\n^/user/reset/.*");