Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blockpage = about:blank is not persisted #4

Open
orbitalchicken opened this issue Aug 13, 2018 · 9 comments
Open

blockpage = about:blank is not persisted #4

orbitalchicken opened this issue Aug 13, 2018 · 9 comments

Comments

@orbitalchicken
Copy link

When I set the blockpage to "about:blank", it work only in the current browser session.
When I close the browser and restart it, the blockpage has reset to "undefinied".
"about:blank" should be persisted.
(PS: about:blank shows a white page)

@serv-inc
Copy link
Owner

Hopefully fixed in 1.4.1. It's great that you reported this.

@orbitalchicken
Copy link
Author

Still not working. Tested with 1.4.1.

@serv-inc
Copy link
Owner

serv-inc commented Aug 13, 2018

Which OS (and version of FireFox) did this occur on?

(it worked on Linux for Chrome 68.0.3440.75, Firefox default/RR and Firefox ESR)

@serv-inc serv-inc reopened this Aug 13, 2018
@orbitalchicken
Copy link
Author

orbitalchicken commented Aug 13, 2018 via email

@serv-inc
Copy link
Owner

It should work if you reinstall the addon. Would that be acceptable, or not?

@orbitalchicken
Copy link
Author

I found that the settings (whitelist and blockpage) are persisted in Firefox but not in Waterfox.
But I remember that in a previous version (1.2, I think), it was working (at least for the whitelist). Did you change the library of framework for the persistance ?

@serv-inc
Copy link
Owner

It just worked for me with the latest Waterfox. Could you try installing into another profile, as described at https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?

@orbitalchicken
Copy link
Author

orbitalchicken commented Aug 17, 2018

I found a hint: Same problem in firefox: If a previous version of the add-ons was already existing, even after I remove and re-install the add-on the blockpage is not persisted. BUT! The field was never added to the storage.js file in ./browser-extension-data/@wsf so I edited the file by hand and added the field "blockpage":"about:blank" at the beginning of the json, than it was persisted between any changes in the add-on page and also between browser restarts. It's seams that the save button in the add-on page just update the field in the json if it exist. If not, it does not create the new field.

@serv-inc
Copy link
Owner

Would be fixed by #5

serv-inc added a commit that referenced this issue Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants