PHP Classes

File: src/config/content_security_policy.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/config/content_security_policy.json   Download  
File: src/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: Merge pull request #48 from kelunik/docker

Add Dockerfile
Date: 7 years ago
Size: 1,223 bytes
 

Contents

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