Skip to content

Instantly share code, notes, and snippets.

@Tymek
Created April 16, 2021 07:46
Show Gist options
  • Save Tymek/c22a3bb527a28a81a2a3a37defb0a57d to your computer and use it in GitHub Desktop.
Save Tymek/c22a3bb527a28a81a2a3a37defb0a57d to your computer and use it in GitHub Desktop.
Vercel Opt-out from Google's FLoC Network
{
"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