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

Force unused load_network and load_cosmetic to true when serializing #69

Merged
merged 1 commit into from Feb 5, 2020
Commits on Feb 5, 2020
  1. Force unused load_network and load_cosmetic to true when serializing

    antonok-edm committed Feb 5, 2020
    Although these two fields are unused on new versions of this repo, they
    are still serialized with dummy values to maintain backwards
    compatibility.
    
    In particular, the second field is checked by older versions of the repo
    to determine if network blocking should be short-circuited. Thus, it's
    important that this field stores a value of `true`.
You can’t perform that action at this time.