fix Bug 69344 - Remove microphone restriction header (#313)

Co-authored-by: Alexey Safronov <Alexey.Safronov@onlyoffice.com>
This commit is contained in:
Elbakyan Shirak 2024-08-19 16:27:25 +04:00 committed by GitHub
parent 523034c088
commit 43168089cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ server {
add_header X-Content-Type-Options "nosniff";
add_header X-Frame-Options $header_x_frame_options;
add_header Cache-Control $cache_control;
add_header Permissions-Policy "autoplay=(), geolocation=(), camera=(), microphone=(), interest-cohort=()";
add_header Permissions-Policy "autoplay=(), geolocation=(), camera=(), interest-cohort=()";
root $public_root;
etag on;