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 was archived by the owner on Dec 11, 2019. It is now read-only.
restore noscript allow once & allow temp when noscript is globally on
if noscript is on for a site only instead of globally, this feature is not
available because it is more complicated to implement and because it is less
useful for privacy (since changing shield settings is not possible in
private tabs anyway).
fix#2745fix#3835
Auditors: @ayumi
Test Plan:
1. turn on 'block scripts' in preferences
2. go to apple.com, click noscript icon, choose 'allow'. verify that scripts are allowed.
3. open private tab, go to bing.com, click noscript icon, verify that 'allow this time'is the only option. click it and verify that scripts are allowed.
4. navigate the private tab to google.com and then back to bing.com. verify that scripts are blocked on both sites.
5. go to google.com in a regular tab and choose 'allow until restart'. verify that scripts are allowed.
6. restart browser and go to about:preferences#shields. verify that only apple.com is listed as an exception.
0 commit comments