-
Notifications
You must be signed in to change notification settings - Fork 43
Bug of storage.sync in firefox 52
Yingcai FENG edited this page Mar 9, 2017
·
1 revision
Browser sync is a function that enable you synchronize URLRedirector options accross your devices. Before that, you need to sign in and connect with your browser account (firefox account or chrome account).
Firefox 52 support storage.sync api, but it need to be enabled manually (Firefox 53 works fine). If you want to enable browser sync in firefox 52, there are a few steps need to be done.
Steps:
- Open a new tab, the url is "about:config"
- Click "I accept the risk!"
- Search "storage.sync", and double click "webextensions.storage.sync.enabled" to set it "true".
After that, URLRediretor should work find and storage options in browser's sync storage, so that you can sync the options using your browser account.