|
Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\cspCspDirectives This class is part of Ubiquity. More...
Data Fields | |
| const | DEFAULT_SRC = 'default-src' |
| const | SCRIPT_SRC = 'script-src' |
| const | SCRIPT_SRC_ELM = 'script-src-elem' |
| const | STYLE_SRC = 'style-src' |
| const | STYLE_SRC_ELM = 'style-src-elem' |
| const | STYLE_SRC_ATTR = 'style-src-attr' |
| const | IMG_SRC = 'img-src' |
| const | CONNECT_SRC = 'connect-src' |
| const | FONT_SRC = 'font-src' |
| const | OBJECT_SRC = 'object-src' |
| const | MEDIA_SRC = 'media-src' |
| const | FRAME_SRC = 'frame-src' |
| const | SANDBOX = 'sandbox' |
| const | REPORT_URI = 'report-uri' |
| const | CHILD_SRC = 'child-src' |
| const | FORM_ACTION = 'form-action' |
| const | FRAME_ANCESTORS = 'frame-ancestors' |
| const | PLUGIN_TYPES = 'plugin-types' |
| const | BASE_URI = 'base-uri' |
| const | REPORT_TO = 'report-to' |
| const | WORKER_SRC = 'worker-src' |
| const | MANIFEST_SRC = 'manifest-src' |
| const | PREFETCH_SRC = 'prefetch-src' |
| const | NAVIGATE_TO = 'navigate-to' |
Ubiquity\security\cspCspDirectives This class is part of Ubiquity.
Definition at line 13 of file CspDirectives.php.
| const BASE_URI = 'base-uri' |
Definition at line 51 of file CspDirectives.php.
| const CHILD_SRC = 'child-src' |
Definition at line 43 of file CspDirectives.php.
| const CONNECT_SRC = 'connect-src' |
Definition at line 29 of file CspDirectives.php.
| const DEFAULT_SRC = 'default-src' |
Definition at line 15 of file CspDirectives.php.
| const FONT_SRC = 'font-src' |
Definition at line 31 of file CspDirectives.php.
| const FORM_ACTION = 'form-action' |
Definition at line 45 of file CspDirectives.php.
| const FRAME_ANCESTORS = 'frame-ancestors' |
Definition at line 47 of file CspDirectives.php.
| const FRAME_SRC = 'frame-src' |
Definition at line 37 of file CspDirectives.php.
| const IMG_SRC = 'img-src' |
Definition at line 27 of file CspDirectives.php.
| const MANIFEST_SRC = 'manifest-src' |
Definition at line 57 of file CspDirectives.php.
| const MEDIA_SRC = 'media-src' |
Definition at line 35 of file CspDirectives.php.
| const NAVIGATE_TO = 'navigate-to' |
Definition at line 61 of file CspDirectives.php.
| const OBJECT_SRC = 'object-src' |
Definition at line 33 of file CspDirectives.php.
| const PLUGIN_TYPES = 'plugin-types' |
Definition at line 49 of file CspDirectives.php.
| const PREFETCH_SRC = 'prefetch-src' |
Definition at line 59 of file CspDirectives.php.
| const REPORT_TO = 'report-to' |
Definition at line 53 of file CspDirectives.php.
| const REPORT_URI = 'report-uri' |
Definition at line 41 of file CspDirectives.php.
| const SANDBOX = 'sandbox' |
Definition at line 39 of file CspDirectives.php.
| const SCRIPT_SRC = 'script-src' |
Definition at line 17 of file CspDirectives.php.
| const SCRIPT_SRC_ELM = 'script-src-elem' |
Definition at line 19 of file CspDirectives.php.
| const STYLE_SRC = 'style-src' |
Definition at line 21 of file CspDirectives.php.
| const STYLE_SRC_ATTR = 'style-src-attr' |
Definition at line 25 of file CspDirectives.php.
| const STYLE_SRC_ELM = 'style-src-elem' |
Definition at line 23 of file CspDirectives.php.
| const WORKER_SRC = 'worker-src' |
Definition at line 55 of file CspDirectives.php.