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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
NoScript has a component called the Application Boundaries Enforcer which in it's default configuration protects against DNS rebinding attacks that target intranet resources. We should consider adding something similar.
fix#12671
test plan:
1. download an image and name it to rabbits.jpg
2. in the rabbits.jpg directory, start a localhost server: 'python -m SimpleHTTPServer 8000'
3. go to https://jsfiddle.net/c6y5qx5m/. you should see either 2 or
3 copies of rabbits.jpg loaded.
4. go to about:preferences#security and enable 'Application Firewall'
5. go to https://jsfiddle.net/c6y5qx5m/ in a new private or session tab
(to avoid loading cached files). now none of the rabbits.jpg images
should load.
fix#12671
test plan:
1. download an image and name it to rabbits.jpg
2. in the rabbits.jpg directory, start a localhost server: 'python -m SimpleHTTPServer 8000'
3. go to https://jsfiddle.net/c6y5qx5m/. you should see either 2 or
3 copies of rabbits.jpg loaded.
4. go to about:preferences#security and enable 'Application Firewall'
5. go to https://jsfiddle.net/c6y5qx5m/ in a new private or session tab
(to avoid loading cached files). now none of the rabbits.jpg images
should load.
Description
NoScript has a component called the Application Boundaries Enforcer which in it's default configuration protects against DNS rebinding attacks that target intranet resources. We should consider adding something similar.
https://en.wikipedia.org/wiki/Noscript#Application_Boundaries_Enforcer_.28ABE.29
The text was updated successfully, but these errors were encountered: