You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like your addon so far, I've looked around for ages to permanently block eval() and your addon is the solution, like I don't care if I break websites I just don't want their nasty packed scripts.
Is it possible to add a checkbox that will filter out the unsafe-eval every time I visit the website, maybe even on any website?
The text was updated successfully, but these errors were encountered:
I've looked in your code and tried to find out more about it, I think what we need to do is one checkbox that toggles to record all websites in customcspRecords (not if only I click on shown.bs.modal, Globally!),
then on line 320 in background.js extend the if statement with our new checkbox, filter unsafe-eval out and send the header.
I'm missing knowledge about how this all works.. sorry.
What I managed to do is before line 164 a return if 'unsafe-eval', it filters it out only for the copy to clipboard thing, but this means I have to first visit the page, enable csp recording, load a second time, and now I change csp, and most likely load the page again since I've read something about when the tag was executed we can't change the headers anymore.
Hello,
I really like your addon so far, I've looked around for ages to permanently block eval() and your addon is the solution, like I don't care if I break websites I just don't want their nasty packed scripts.
Is it possible to add a checkbox that will filter out the unsafe-eval every time I visit the website, maybe even on any website?
The text was updated successfully, but these errors were encountered: