Skip to content

Instantly share code, notes, and snippets.

@regisb
Last active April 19, 2021 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regisb/0e6ea0c2d06e4975e9b2990384cf108a to your computer and use it in GitHub Desktop.
Save regisb/0e6ea0c2d06e4975e9b2990384cf108a to your computer and use it in GitHub Desktop.
tutor-disablefloc
name: disablefloc
version: 0.1.0
patches:
# As suggested by https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
nginx-lms: |
add_header Permissions-Policy interest-cohort=();
nginx-cms: |
add_header Permissions-Policy interest-cohort=();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment