You are here

constant CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT in CDN 7.2

Same name and namespace in other branches
  1. 6.2 cdn.constants.inc \CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT
2 uses of CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT
cdn_admin_other_settings_form in ./cdn.admin.inc
Form definition; other settings.
cdn_check_file in ./cdn.module
Check if a file should be served from the CDN.

File

./cdn.constants.inc, line 32
Constants used by the CDN module.

Code

define('CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT', "misc/*.js\nmodules/*.js");