Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
ARSnova
arsnova-click-v2-frontend
Commits
88979b7a
Commit
88979b7a
authored
Jul 22, 2021
by
Christopher Mark Fullarton
Browse files
adds csp header for frag.jetzt
parent
0d277405
Changes
1
Hide whitespace changes
Inline
Side-by-side
nginx.conf
View file @
88979b7a
...
...
@@ -11,6 +11,7 @@ server {
root
/usr/share/nginx/html
;
index
index.html
index.htm
;
try_files
$uri
$uri
/
/index.html
=
404
;
add_header
Content-Security-Policy
frame-ancestors
'self'
frag.jetzt
staging.frag.jetzt
;
location
~
^\/ngsw(-worker)?\.js(on)?.*$
{
add_header
Last-Modified
$date_gmt
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment