We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf6e4b commit 33466fcCopy full SHA for 33466fc
svip-o-vue/Dockerfile
@@ -10,6 +10,6 @@ RUN npm install
10
RUN npx browserslist@latest --update-db
11
12
# mask out the host's node_modules from being included in the container, even when bind-mounting
13
-VOLUME /app/node_modules/
+# VOLUME /app/node_modules/
14
15
# COPY . ./
svip_api/svip_server/settings/base.py
@@ -237,7 +237,7 @@
237
# Allow some urls to be integrated in iframes
238
CSP_DEFAULT_SRC = ["'self'"]
239
CSP_SCRIPT_SRC = ["https://cdnjs.cloudflare.com",
240
- "'self' 'unsafe-inline' 'unsafe-eval'"]
+ "'unsafe-inline'"]
241
CSP_STYLE_SRC = ["https://cdnjs.cloudflare.com",
242
"https://fonts.googleapis.com",
243
"'self' 'unsafe-inline'"]
0 commit comments