Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\csp$CspValues This class is part of Ubiquity. More...
Data Fields | |
const | ALL = '*' |
const | NONE = 'none' |
const | DATA = 'data:' |
const | HTTPS = 'https:' |
const | SELF = 'self' |
const | UNSAFE_INLINE = 'unsafe-inline' |
const | STRICT_DYNAMIC = 'strict-dynamic' |
const | UNSAFE_HASHES = 'unsafe-hashes' |
const | QUOTED |
Ubiquity\security\csp$CspValues This class is part of Ubiquity.
Definition at line 12 of file CspValues.php.
const ALL = '*' |
Definition at line 14 of file CspValues.php.
const DATA = 'data:' |
Definition at line 18 of file CspValues.php.
const HTTPS = 'https:' |
Definition at line 20 of file CspValues.php.
const NONE = 'none' |
Definition at line 16 of file CspValues.php.
const QUOTED |
Definition at line 30 of file CspValues.php.
const SELF = 'self' |
Definition at line 22 of file CspValues.php.
const STRICT_DYNAMIC = 'strict-dynamic' |
Definition at line 26 of file CspValues.php.
const UNSAFE_HASHES = 'unsafe-hashes' |
Definition at line 28 of file CspValues.php.
const UNSAFE_INLINE = 'unsafe-inline' |
Definition at line 24 of file CspValues.php.