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
First of all, thanks for this interesting project. I do hope we can cooperate in the future to make the web safer.
JS Restrictor currently uses async messaging to retrieve the wrapping configuration depending on the current URL in the document_start.js content script.
This allows for easy cross-browser bypass of all the restrictions (beside browser-specific ones like issue #25), because page scripts can be run before JS Restrictor's injection and sabotage it.
Thanks Giorgio for reporting #40 (comment). AFAICS this is a duplicate of #40. Hopefully, you persuade browser developers to implement the required API.
First of all, thanks for this interesting project. I do hope we can cooperate in the future to make the web safer.
JS Restrictor currently uses async messaging to retrieve the wrapping configuration depending on the current URL in the document_start.js content script.
This allows for easy cross-browser bypass of all the restrictions (beside browser-specific ones like issue #25), because page scripts can be run before JS Restrictor's injection and sabotage it.
Proof of concept here, based on https://polcak.github.io/jsrestrictor/test/test.html with a twist.
The text was updated successfully, but these errors were encountered: