Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

CSS column is always reset to whitelist after restarting the browser #95

Closed
gorhill opened this issue Dec 22, 2013 · 1 comment
Closed
Labels

Comments

@gorhill
Copy link
Owner

gorhill commented Dec 22, 2013

Found this while revising code in storage.js / loadUserLists():

store.version.slice(5)

Should have been:

store.version.slice(0, 5)

This is causing HTTPSB to always see the loaded user rules as being pre-v0.7.0.0, and thus the whitelisting of CSS is always triggered.

@gorhill
Copy link
Owner Author

gorhill commented Dec 24, 2013

Fixed in bdbee23

@gorhill gorhill closed this as completed Dec 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant