Skip to content

Commit

Permalink
Merge pull request #1638 from appwrite/fix-site-search
Browse files Browse the repository at this point in the history
Fix: Site search
  • Loading branch information
thejessewinton authored Jan 14, 2025
2 parents ee54ebb + fc2a9ae commit 16bf20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
"frame-ancestors 'self' https://www.youtube.com https://*.vimeo.com",
'block-all-mixed-content',
'upgrade-insecure-requests',
"connect-src 'self' https://*.appwrite.io https://*.posthog.com",
"connect-src 'self' https://*.appwrite.io https://*.appwrite.org https://*.posthog.com",
"frame-src 'self' https://www.youtube.com https://status.appwrite.online https://www.youtube-nocookie.com https://player.vimeo.com"
];

Expand Down

0 comments on commit 16bf20e

Please sign in to comment.