Open
Cached
·
just now
12
directives
Content-Security-Policy
Content-Security-Policy: default-src data: 'unsafe-inline' 'unsafe-eval' https:; script-src data: 'unsafe-inline' 'unsafe-eval' https: blob:; style-src data: 'unsafe-inline' https:; img-src data: https: blob:; font-src data: https:; connect-src https: wss:; media-src https: blob: data:; object-src https:; child-src https: data: blob:; form-action https:; block-all-mixed-content; frame-ancestors 'self' https://apps.lemonde.fr;
default-src
Scheme
—
data:
default-src
Keyword
—
'unsafe-inline'
default-src
Keyword
—
'unsafe-eval'
default-src
Scheme
—
https:
script-src
Scheme
—
data:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
https:
script-src
Scheme
—
blob:
style-src
Scheme
—
data:
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
img-src
Scheme
—
data:
img-src
Scheme
—
https:
img-src
Scheme
—
blob:
font-src
Scheme
—
data:
font-src
Scheme
—
https:
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
media-src
Scheme
—
https:
media-src
Scheme
—
blob:
media-src
Scheme
—
data:
object-src
Scheme
—
https:
child-src
Scheme
—
https:
child-src
Scheme
—
data:
child-src
Scheme
—
blob:
form-action
Scheme
—
https:
block-all-mixed-content
Source
—
(no sources)
frame-ancestors
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.