Open
Cached
·
just now
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://unpkg.com https://code.jquery.com https://www.gstatic.com https://apis.google.com; frame-src 'self' https://accounts.google.com https://*.firebaseapp.com http://127.0.0.1:9099; connect-src 'self' https: http://localhost:5005 http://127.0.0.1:5005 http://127.0.0.1:9099
default-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
frame-src
Keyword
—
'self'
frame-src
Host
—
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
connect-src
Host
—
connect-src
Host
—
connect-src
Host
—
Content-Security-Policy-Report-Only
No report-only CSP headers found.