1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
* Fix embeds again (#12)
This commit is contained in:
Éric Gaspar 2021-03-06 22:56:16 +01:00 committed by GitHub
parent 16bdda72d2
commit f344bf27cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
language="fr"
; Checks
pkg_linter=1
setup_sub_dir=1
setup_sub_dir=0
setup_root=1
setup_nourl=0
setup_private=1

View file

@ -39,4 +39,5 @@ location __PATH__/embed/ {
proxy_set_header Connection "upgrade";
more_set_headers "X-Frame-Options : ALLOWALL";
more_set_headers "Content-Security-Policy : upgrade-insecure-requests ; frame-ancestors * ";
}