Jeremiah Oluwakoya
unread,Jan 17, 2023, 11:04:46 AM1/17/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, wOxxOm, decklin...@gmail.com, Chromium Extensions, Jeremiah Oluwakoya
@Declin .. yes i have done that. I've set up rules to modify the CSP header, but nothing happens still. at first I thought the rule was incorrect, so I tried using the same parameters (urlfilter & domian) on a block action rule and it was successful.
here is a snippet of the rule:
[
{
"id" : 1,
"priority": 1,
"action" : {
"type" : "modifyHeaders",
"responseHeaders": [
{
"header": "content-security-policy",
"operation": "append",
}
]
},
"condition" : {
"urlFilter" : "firebasestorage",
"resourceTypes" : ["media"]
}
}
]
Do you have an insight into what the problem might be??