@@ -127,7 +127,6 @@ backend-export:
127
127
runAsUser : 1000
128
128
runAsGroup : 1000
129
129
130
-
131
130
backend-cron :
132
131
~chart : app
133
132
imagePackage : backend
@@ -172,9 +171,11 @@ frontend:
172
171
containerPort : 8080
173
172
ingress :
174
173
customHeaders :
175
- " Content-Security-Policy " : " default-src 'none'; manifest-src 'self' https://*.gouv.fr; connect-src 'self' https://*.gouv.fr ; media -src 'self' https://domifaprod2.blob.core.windows.net/ https://tally.so/; font-src 'self'; img-src 'self' https://tally.so/ data:; script-src 'self' 'unsafe-inline' https://*.gouv.fr https://tally.so/ https://tally.so/widgets/embed.js ; frame-src 'self' https://*.gouv.fr https://tally.so/ ; style-src 'self' 'unsafe-inline' "
174
+ " Content-Security-Policy " : " default-src 'none'; manifest-src 'self' https://*.gouv.fr; connect-src 'self' https://*.gouv.fr https://api.tally.so https://*.tally.so; font -src 'self' https://fonts.gstatic.com https://tally.so https://*.tally.so; img-src 'self' https://tally.so https://*.tally.so data:; script-src 'self' https://*.gouv.fr https://tally.so https://*. tally.so; frame-src 'self' https://*.gouv.fr https://tally.so https://*.tally.so ; style-src 'self' https://*.gouv.fr https://tally.so https://*.tally.so "
176
175
" X-Frame-Options " : " deny"
177
176
" X-Content-Type-Options " : " nosniff"
177
+ " X-XSS-Protection " : " 0"
178
+ " Referrer-Policy " : " strict-origin-when-cross-origin"
178
179
" Cache-Control " : " no-store"
179
180
resources :
180
181
requests :
@@ -183,7 +184,6 @@ frontend:
183
184
limits :
184
185
cpu : 1
185
186
memory : 1Gi
186
-
187
187
securityContext :
188
188
fsGroup : 101
189
189
runAsUser : 101
@@ -195,10 +195,12 @@ portail-admins:
195
195
host : " admin-{{ .Values.global.host }}"
196
196
ingress :
197
197
customHeaders :
198
- " Content-Security-Policy " : " default-src 'none'; manifest-src 'self' https://*.gouv.fr; connect-src 'self' https://*.gouv.fr; font-src 'self'; img-src 'self' data:; script-src 'self' https://*.gouv.fr 'unsafe-inline' ; frame-src 'self' https://*.gouv.fr; style-src 'self' 'unsafe-inline' "
198
+ " Content-Security-Policy " : " default-src 'none'; manifest-src 'self' https://*.gouv.fr; connect-src 'self' https://*.gouv.fr; font-src 'self'; img-src 'self' data:; script-src 'self' https://*.gouv.fr; frame-src 'self' https://*.gouv.fr; style-src 'self' https://*.gouv.fr "
199
199
" X-Frame-Options " : " deny"
200
200
" X-Robots-Tag " : " noindex, nofollow, nosnippet, noarchive"
201
201
" X-Content-Type-Options " : " nosniff"
202
+ " X-XSS-Protection " : " 0"
203
+ " Referrer-Policy " : " strict-origin-when-cross-origin"
202
204
" Cache-Control " : " no-store"
203
205
containerPort : 8080
204
206
securityContext :
@@ -212,9 +214,11 @@ portail-usagers:
212
214
host : " mon-{{ .Values.global.host }}"
213
215
ingress :
214
216
customHeaders :
215
- " Content-Security-Policy " : " default-src 'none'; manifest-src 'self' https://*.gouv.fr; connect-src 'self' https://*.gouv.fr ; media -src 'self' https://domifaprod2.blob.core.windows.net/ https://tally.so/; font-src 'self'; img-src 'self' https://tally.so/ data:; script-src 'self' 'unsafe-inline' https://*.gouv.fr https://tally.so/ https://tally.so/widgets/embed.js ; frame-src 'self' https://*.gouv.fr https://tally.so/ ; style-src 'self' 'unsafe-inline' "
217
+ " Content-Security-Policy " : " default-src 'none'; manifest-src 'self' https://*.gouv.fr; connect-src 'self' https://*.gouv.fr https://api.tally.so https://*.tally.so; font -src 'self' https://fonts.gstatic.com https://tally.so https://*.tally.so; img-src 'self' https://tally.so https://*.tally.so data:; script-src 'self' https://*.gouv.fr https://tally.so https://*. tally.so; frame-src 'self' https://*.gouv.fr https://tally.so https://*.tally.so ; style-src 'self' https://*.gouv.fr https://tally.so https://*.tally.so "
216
218
" X-Frame-Options " : " deny"
217
219
" X-Content-Type-Options " : " nosniff"
220
+ " X-XSS-Protection " : " 0"
221
+ " Referrer-Policy " : " strict-origin-when-cross-origin"
218
222
" Cache-Control " : " no-store"
219
223
containerPort : 8080
220
224
securityContext :
0 commit comments