Skip to content

Commit f198ca5

Browse files
added auth0 in the frame src
1 parent 6a6c82c commit f198ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/nginx/nginx.prod.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
add_header X-Frame-Options "DENY";
44
add_header X-Content-Type-Options "nosniff";
55
add_header Content-Security-Policy "connect-src 'self' ${VITE_BACKEND_API_URL} ${VITE_SEGMENT_API_URL};
6-
frame-src 'self' *.youtube.com *.wikipedia.org;
6+
frame-src 'self' *.youtube.com *.wikipedia.org ${AUT0_DOMAIN};
77
script-src 'self' 'unsafe-inline' https://accounts.google.com/gsi/client;
88
default-src 'self' *.${VITE_FRONTEND_HOSTNAME} data:;
99
style-src 'self' *.googleapis.com 'unsafe-inline';" always ;

0 commit comments

Comments
 (0)