This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Remove `Permissions-Policy` header from all responses (
#24124
)
closed-social-glitch-2
Eugen Rochko
1 year ago
committed by
GitHub
parent
94cbd808b5
commit
0ca54a4105
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
config/environments/production.rb
+ 0
- 1
config/environments/production.rb
View File
@ -127,7 +127,6 @@ Rails.application.configure do
'X-Frame-Options'
=
>
'DENY'
,
'X-Content-Type-Options'
=
>
'nosniff'
,
'X-XSS-Protection'
=
>
'0'
,
'Permissions-Policy'
=
>
'interest-cohort=()'
,
'Referrer-Policy'
=
>
'same-origin'
,
}
Write
Preview
Loading…
Cancel
Save