Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src https: blob:; script-src 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'unsafe-inline' https:; img-src data: https: blob: android-webview android-webview-video-poster:; font-src data: https:; connect-src https: wss://socket-gcp.kommunicate.io; media-src https: data: blob:; worker-src https: blob:; upgrade-insecure-requests;
default-src
Scheme
—
https:
default-src
Scheme
—
blob:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
https:
script-src
Scheme
—
data:
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
img-src
Scheme
—
data:
img-src
Scheme
—
https:
img-src
Scheme
—
blob:
img-src
Host
—
img-src
Scheme
—
android-webview-video-poster:
font-src
Scheme
—
data:
font-src
Scheme
—
https:
connect-src
Scheme
—
https:
media-src
Scheme
—
https:
media-src
Scheme
—
data:
media-src
Scheme
—
blob:
worker-src
Scheme
—
https:
worker-src
Scheme
—
blob:
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.