We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c82c commit f198ca5Copy full SHA for f198ca5
frontend/nginx/nginx.prod.conf
@@ -3,7 +3,7 @@ server {
3
add_header X-Frame-Options "DENY";
4
add_header X-Content-Type-Options "nosniff";
5
add_header Content-Security-Policy "connect-src 'self' ${VITE_BACKEND_API_URL} ${VITE_SEGMENT_API_URL};
6
- frame-src 'self' *.youtube.com *.wikipedia.org;
+ frame-src 'self' *.youtube.com *.wikipedia.org ${AUT0_DOMAIN};
7
script-src 'self' 'unsafe-inline' https://accounts.google.com/gsi/client;
8
default-src 'self' *.${VITE_FRONTEND_HOSTNAME} data:;
9
style-src 'self' *.googleapis.com 'unsafe-inline';" always ;
0 commit comments