Open
Cached
·
1h ago
11
directives
Content-Security-Policy
Content-Security-Policy: default-src * 'self' data: blob:; script-src * 'self' 'unsafe-inline'; style-src * 'self' 'unsafe-inline'; img-src * 'self' data: blob:; connect-src * 'self'; font-src * 'self' data:; object-src 'none'; media-src * 'self' blob:; frame-src * 'self' blob: https://app.pandadoc.com; frame-ancestors 'self'; form-action 'self'
default-src
Host
—
*
default-src
Keyword
—
'self'
default-src
Scheme
—
data:
default-src
Scheme
—
blob:
script-src
Host
—
*
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
style-src
Host
—
*
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Host
—
*
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
connect-src
Host
—
*
connect-src
Keyword
—
'self'
font-src
Host
—
*
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
object-src
Keyword
—
'none'
media-src
Host
—
*
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
frame-src
Host
—
*
frame-src
Keyword
—
'self'
frame-src
Scheme
—
blob:
frame-ancestors
Keyword
—
'self'
form-action
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.