this repo has no description
1[ 2 { 3 "id": 1, 4 "priority": 2, 5 "action": { 6 "type": "modifyHeaders", 7 "responseHeaders": [ 8 { 9 "header": "Content-Security-Policy", 10 "operation": "remove" 11 } 12 ] 13 }, 14 "condition": { 15 "resourceTypes": ["main_frame"], 16 "requestDomains": ["discord.com"] 17 } 18 } 19]