Created
April 16, 2021 07:46
-
-
Save Tymek/c22a3bb527a28a81a2a3a37defb0a57d to your computer and use it in GitHub Desktop.
Vercel Opt-out from Google's FLoC Network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"source": "/(.*)", | |
"headers": [ | |
{ | |
"key": "Permissions-Policy", | |
"value": "interest-cohort=()" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment