Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
CspValues Class Reference

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
 

Detailed Description

Ubiquity\security\csp$CspValues This class is part of Ubiquity.

Author
jc
Version
1.0.0

Definition at line 12 of file CspValues.php.

Field Documentation

◆ ALL

const ALL = '*'

Definition at line 14 of file CspValues.php.

◆ DATA

const DATA = 'data:'

Definition at line 18 of file CspValues.php.

◆ HTTPS

const HTTPS = 'https:'

Definition at line 20 of file CspValues.php.

◆ NONE

const NONE = 'none'

Definition at line 16 of file CspValues.php.

◆ QUOTED

◆ SELF

const SELF = 'self'

Definition at line 22 of file CspValues.php.

◆ STRICT_DYNAMIC

const STRICT_DYNAMIC = 'strict-dynamic'

Definition at line 26 of file CspValues.php.

◆ UNSAFE_HASHES

const UNSAFE_HASHES = 'unsafe-hashes'

Definition at line 28 of file CspValues.php.

◆ UNSAFE_INLINE

const UNSAFE_INLINE = 'unsafe-inline'

Definition at line 24 of file CspValues.php.


The documentation for this class was generated from the following file: