Просмотр исходного кода

Allow framing Jitsi

Hopefully fixes a regression caused by b106a9592e.

Related to #597 (Github Pull Request).
pull/627/head
Slavi Pantaleev 5 лет назад
Родитель
Сommit
54195b22c7
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2

+ 0
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2 Просмотреть файл

@@ -5,7 +5,6 @@
gzip_types text/plain application/json application/javascript text/css image/x-icon font/ttf image/gif;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options SAMEORIGIN;
{% for configuration_block in matrix_nginx_proxy_proxy_jitsi_additional_server_configuration_blocks %}
{{- configuration_block }}
{% endfor %}


Загрузка…
Отмена
Сохранить