PHP Classes

File: src/Cabin/Bridge/config/content_security_policy.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/config/content_security_policy.json   Download  
File: src/Cabin/Bridge/config/content_security_policy.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 1,056 bytes
 

Contents

Class file image Download
{ "connect-src": { "allow": [], "self": true, "data": false }, "form-action": { "allow": [], "self": true, "data": false }, "frame-ancestors": { "allow": [], "self": true, "data": false }, "font-src": { "allow": [], "self": true, "data": false }, "img-src": { "allow": [ "*" ], "self": true, "data": false }, "media-src": { "allow": [], "self": true, "data": false }, "script-src": { "allow": [ "https:\/\/www.google.com", "https:\/\/www.gstatic.com" ], "unsafe-inline": false, "unsafe-eval": false, "self": true }, "style-src": { "allow": [], "unsafe-inline": true, "self": true }, "plugin-types": { "allow": [ "application\/javascript" ] }, "inherit": true, "upgrade-insecure-requests": false }