Open
Cached
·
just now
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https: http: data: blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: http: blob:; style-src 'self' 'unsafe-inline' https: http:; font-src 'self' https: http: data:; frame-src 'self' https: http:; connect-src * 'self' https://api.runpod.ai https://*.runpod.ai https://*.proxy.runpod.net https: http: wss: ws: blob:; img-src 'self' data: blob: https: http:; child-src 'self' https: http:; object-src 'none'; base-uri 'self';
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
default-src
Scheme
—
http:
default-src
Scheme
—
data:
default-src
Scheme
—
blob:
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
https:
script-src
Scheme
—
http:
script-src
Scheme
—
blob:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
style-src
Scheme
—
http:
font-src
Keyword
—
'self'
font-src
Scheme
—
https:
font-src
Scheme
—
http:
font-src
Scheme
—
data:
frame-src
Keyword
—
'self'
frame-src
Scheme
—
https:
frame-src
Scheme
—
http:
connect-src
Host
—
*
connect-src
Keyword
—
'self'
connect-src
Host
—
connect-src
Scheme
—
https:
connect-src
Scheme
—
http:
connect-src
Scheme
—
wss:
connect-src
Scheme
—
ws:
connect-src
Scheme
—
blob:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
img-src
Scheme
—
http:
child-src
Keyword
—
'self'
child-src
Scheme
—
https:
child-src
Scheme
—
http:
object-src
Keyword
—
'none'
base-uri
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.