diff options
Draft test 1.
If no issue Pull Request
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to '_headers')
-rw-r--r-- | _headers | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ X-Frame-Options: DENY X-Content-Type-Options: nosniff Permissions-Policy: document-domain=() - Content-Security-Policy: default-src 'self'; script-src 'self' static.cloudflareinsights.com 'unsafe-inline'; connect-src 'self' cloudflareinsights.com 'unsafe-inline'; frame-ancestors 'none';
\ No newline at end of file + Content-Security-Policy: default-src 'self'; script-src 'self' *.cloudflareinsights.com cloudflareinsights.com 'unsafe-inline'; connect-src 'self' *.cloudflareinsights.com cloudflareinsights.com 'unsafe-inline'; frame-ancestors 'none'; + + https://:project.pages.dev/* + X-Robots-Tag: noindex
\ No newline at end of file |