Open
Cached
·
53m ago
14
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self';style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://unicons.iconscout.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://code.jquery.com https://cdn.ckeditor.com https://maps.googleapis.com https://maps.gstatic.com;script-src-attr 'unsafe-inline' 'unsafe-hashes';worker-src 'self' blob: https://maps.googleapis.com https://maps.gstatic.com;img-src 'self' data: https: http:;connect-src 'self' https: http: ws: wss:;font-src 'self' data: https://fonts.gstatic.com https://unicons.iconscout.com https://cdn.jsdelivr.net;object-src 'none';media-src 'self' https: http:;frame-src 'self';base-uri 'self';form-action 'self';frame-ancestors 'self'
default-src
Keyword
—
'self'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src-attr
Keyword
—
'unsafe-inline'
script-src-attr
Keyword
—
'unsafe-hashes'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
img-src
Scheme
—
http:
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
connect-src
Scheme
—
http:
connect-src
Scheme
—
ws:
connect-src
Scheme
—
wss:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
object-src
Keyword
—
'none'
media-src
Keyword
—
'self'
media-src
Scheme
—
https:
media-src
Scheme
—
http:
frame-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'self'
frame-ancestors
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.