Skip to content

Commit 97485f5

Browse files
committed
fix: headers with new domain
1 parent 9c6f77e commit 97485f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context-editor/public/_headers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
X-XSS-Protection: 1; mode=block
33
X-Content-Type-Options: nosniff
44
Referrer-Policy: strict-origin-when-cross-origin
5-
Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self';
5+
Content-Security-Policy: default-src 'self' https://context.agenticinsights.com; script-src 'self' https://context.agenticinsights.com; style-src 'self' https://context.agenticinsights.com; img-src 'self' data: https://context.agenticinsights.com; font-src 'self' https://context.agenticinsights.com; frame-ancestors 'self' https://context.agenticinsights.com; connect-src 'self' https://context.agenticinsights.com;
66
Permissions-Policy: camera=(), microphone=(), geolocation()

0 commit comments

Comments
 (0)