diff --git a/src/common/editRules.js b/src/common/editRules.js index f86e870..8d69a61 100644 --- a/src/common/editRules.js +++ b/src/common/editRules.js @@ -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: {