Open
Cached
·
3m ago
17
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' https://apis.google.com; script-src-attr 'none'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; img-src 'self' data: https:; connect-src 'self' https://*.googleapis.com https://apis.google.com https://*.firebaseio.com wss://*.firebaseio.com https://*.firebaseapp.com https://accounts.google.com; frame-src 'self' https://auth.dailyrewire.com https://*.firebaseapp.com https://apis.google.com https://accounts.google.com; worker-src 'self'; manifest-src 'self'; base-uri 'self'; form-action 'self'; object-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests; trusted-types angular angular#bundler dailyrewire#service-worker default gapi#gapi; require-trusted-types-for 'script'
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src-attr
Keyword
—
'none'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
worker-src
Keyword
—
'self'
manifest-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'self'
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'none'
upgrade-insecure-requests
Source
—
(no sources)
trusted-types
Host
—
trusted-types
Host
—
trusted-types
Host
—
trusted-types
Host
—
trusted-types
Host
—
require-trusted-types-for
Keyword
—
'script'
Content-Security-Policy-Report-Only
No report-only CSP headers found.