mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
Switch to Digitranscode
This commit is contained in:
parent
d4251809cd
commit
467365e395
1 changed files with 4 additions and 0 deletions
|
@ -25,4 +25,8 @@ location __PATH__/ {
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
||||||
|
# Needed part because the app uses SharedArrayBuffer
|
||||||
|
add_header 'Cross-Origin-Embedder-Policy' 'require-corp';
|
||||||
|
add_header 'Cross-Origin-Opener-Policy' 'same-origin';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue