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

Sync settings and rules #1

Closed
salarcode opened this issue Aug 23, 2017 · 7 comments
Closed

Sync settings and rules #1

salarcode opened this issue Aug 23, 2017 · 7 comments
Assignees
Labels
type-enhancement Enhancement to existing feature
Milestone

Comments

@salarcode
Copy link
Owner

Syncing should be implemented and available as an option.

@salarcode salarcode added the type-enhancement Enhancement to existing feature label Aug 23, 2017
@salarcode salarcode self-assigned this Aug 23, 2017
@Riajyuu
Copy link
Contributor

Riajyuu commented Aug 26, 2017

Just a little question: Firefox sync or other personal cloud storage like OneDrive, Dropbox,etc.?
I prefer the latter as it can sync across browser/platform.

@salarcode
Copy link
Owner Author

salarcode commented Aug 26, 2017

At first it will be Firefox/Chrome default sync API, later on I will see if there is any demand for more functionality and then implement them.

@yfdyh000
Copy link
Contributor

just FYI:
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/sync

You can store up to 100KB of data using this API. If you try to store more than this, the call will fail with an error message. The API is provided without any guarantees about uptime or performance.

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/local

Chrome limits the extension to 5MB of data using this API unless it has the "unlimitedStorage" permission.

@salarcode
Copy link
Owner Author

I'm aware of that and I think that's enough. With 100KB it is possible to store around 5500 rules.

@yfdyh000
Copy link
Contributor

@salarcode
Copy link
Owner Author

salarcode commented Aug 26, 2017

Yes that list seems cause problems, let me see what can I do.

@yfdyh000
Copy link
Contributor

perhaps: gzip / diff / more while storage.

@salarcode salarcode added this to the 0.5 milestone Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement Enhancement to existing feature
Projects
None yet
Development

No branches or pull requests

3 participants