Skip to content

Commit

Permalink
Modified Topics API rule
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverWang13 committed Feb 7, 2024
1 parent a847d30 commit febd70b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/common/editRules.js
Expand Up @@ -81,8 +81,9 @@ export async function addDynamicRule(id, domain) {
action: {
type: "modifyHeaders",
requestHeaders: [
{ header: "Sec-GPC", operation: "remove" },
{ header: "DNT", operation: "remove" },
{ "header": "Sec-GPC", "operation": "remove" },
{ "header": "DNT", "operation": "remove" },
{ "header": "Permissions-Policy", "operation": "remove"}
],
},
condition: {
Expand Down

0 comments on commit febd70b

Please sign in to comment.