Skip to content

Commit

Permalink
fix Bug 69344 - Remove microphone restriction header (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Safronov <[email protected]>
  • Loading branch information
Elbakyan Shirak and AlexeySafronov authored Aug 19, 2024
1 parent 523034c commit 4316808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/onlyoffice.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4316808

Please sign in to comment.