Open
Cached
·
just now
11
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' https://cdn.jsdelivr.net https://plausible.io https://challenges.cloudflare.com 'unsafe-inline' 'unsafe-eval'; style-src 'self' https://api.fontshare.com https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://api.fontshare.com https://cdn.fontshare.com https://fonts.gstatic.com data:; img-src 'self' data:; connect-src 'self' https://plausible.io https://contactformapi.jcode.be https://challenges.cloudflare.com; frame-src https://calendar.google.com https://www.youtube.com https://challenges.cloudflare.com; frame-ancestors 'none'; manifest-src 'self'; media-src 'self'; object-src 'none';
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
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:
connect-src
Keyword
—
'self'
frame-ancestors
Keyword
—
'none'
manifest-src
Keyword
—
'self'
media-src
Keyword
—
'self'
object-src
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.