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

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'
 

Detailed Description

Ubiquity\security\cspCspDirectives This class is part of Ubiquity.

Author
jc
Version
1.0.0

Definition at line 13 of file CspDirectives.php.

Field Documentation

◆ BASE_URI

const BASE_URI = 'base-uri'

Definition at line 51 of file CspDirectives.php.

◆ CHILD_SRC

const CHILD_SRC = 'child-src'

Definition at line 43 of file CspDirectives.php.

◆ CONNECT_SRC

const CONNECT_SRC = 'connect-src'

Definition at line 29 of file CspDirectives.php.

◆ DEFAULT_SRC

const DEFAULT_SRC = 'default-src'

Definition at line 15 of file CspDirectives.php.

◆ FONT_SRC

const FONT_SRC = 'font-src'

Definition at line 31 of file CspDirectives.php.

◆ FORM_ACTION

const FORM_ACTION = 'form-action'

Definition at line 45 of file CspDirectives.php.

◆ FRAME_ANCESTORS

const FRAME_ANCESTORS = 'frame-ancestors'

Definition at line 47 of file CspDirectives.php.

◆ FRAME_SRC

const FRAME_SRC = 'frame-src'

Definition at line 37 of file CspDirectives.php.

◆ IMG_SRC

const IMG_SRC = 'img-src'

Definition at line 27 of file CspDirectives.php.

◆ MANIFEST_SRC

const MANIFEST_SRC = 'manifest-src'

Definition at line 57 of file CspDirectives.php.

◆ MEDIA_SRC

const MEDIA_SRC = 'media-src'

Definition at line 35 of file CspDirectives.php.

◆ NAVIGATE_TO

const NAVIGATE_TO = 'navigate-to'

Definition at line 61 of file CspDirectives.php.

◆ OBJECT_SRC

const OBJECT_SRC = 'object-src'

Definition at line 33 of file CspDirectives.php.

◆ PLUGIN_TYPES

const PLUGIN_TYPES = 'plugin-types'

Definition at line 49 of file CspDirectives.php.

◆ PREFETCH_SRC

const PREFETCH_SRC = 'prefetch-src'

Definition at line 59 of file CspDirectives.php.

◆ REPORT_TO

const REPORT_TO = 'report-to'

Definition at line 53 of file CspDirectives.php.

◆ REPORT_URI

const REPORT_URI = 'report-uri'

Definition at line 41 of file CspDirectives.php.

◆ SANDBOX

const SANDBOX = 'sandbox'

Definition at line 39 of file CspDirectives.php.

◆ SCRIPT_SRC

const SCRIPT_SRC = 'script-src'

Definition at line 17 of file CspDirectives.php.

◆ SCRIPT_SRC_ELM

const SCRIPT_SRC_ELM = 'script-src-elem'

Definition at line 19 of file CspDirectives.php.

◆ STYLE_SRC

const STYLE_SRC = 'style-src'

Definition at line 21 of file CspDirectives.php.

◆ STYLE_SRC_ATTR

const STYLE_SRC_ATTR = 'style-src-attr'

Definition at line 25 of file CspDirectives.php.

◆ STYLE_SRC_ELM

const STYLE_SRC_ELM = 'style-src-elem'

Definition at line 23 of file CspDirectives.php.

◆ WORKER_SRC

const WORKER_SRC = 'worker-src'

Definition at line 55 of file CspDirectives.php.


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