Skip to content

Commit

Permalink
Merge pull request #431 from privacy-tech-lab/issue-428
Browse files Browse the repository at this point in the history
Disable topics api (issue-#428)
  • Loading branch information
Jocelyn0830 committed Oct 31, 2023
2 parents a518cfe + 8584d51 commit fc033cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ export const headers = {
name: "DNT",
value: "1",
},
"Disable-Topics": {
name: 'permissions-policy',
value: 'interest-cohort=()'
}
};

0 comments on commit fc033cb

Please sign in to comment.