prefpicker 2.6.0__tar.gz → 2.7.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of prefpicker might be problematic. Click here for more details.

Files changed (31) hide show
  1. {prefpicker-2.6.0 → prefpicker-2.7.0}/PKG-INFO +1 -1
  2. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/templates/browser-fuzzing.yml +7 -2
  3. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/PKG-INFO +1 -1
  4. {prefpicker-2.6.0 → prefpicker-2.7.0}/.codecov.yml +0 -0
  5. {prefpicker-2.6.0 → prefpicker-2.7.0}/.github/CODEOWNERS +0 -0
  6. {prefpicker-2.6.0 → prefpicker-2.7.0}/.github/workflows/prefmonitor.yml +0 -0
  7. {prefpicker-2.6.0 → prefpicker-2.7.0}/.gitignore +0 -0
  8. {prefpicker-2.6.0 → prefpicker-2.7.0}/.pre-commit-config.yaml +0 -0
  9. {prefpicker-2.6.0 → prefpicker-2.7.0}/.taskcluster.yml +0 -0
  10. {prefpicker-2.6.0 → prefpicker-2.7.0}/CODE_OF_CONDUCT.md +0 -0
  11. {prefpicker-2.6.0 → prefpicker-2.7.0}/LICENSE +0 -0
  12. {prefpicker-2.6.0 → prefpicker-2.7.0}/MANIFEST.in +0 -0
  13. {prefpicker-2.6.0 → prefpicker-2.7.0}/README.md +0 -0
  14. {prefpicker-2.6.0 → prefpicker-2.7.0}/pyproject.toml +0 -0
  15. {prefpicker-2.6.0 → prefpicker-2.7.0}/setup.cfg +0 -0
  16. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/__init__.py +0 -0
  17. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/__main__.py +0 -0
  18. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/main.py +0 -0
  19. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/prefpicker.py +0 -0
  20. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/py.typed +0 -0
  21. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/templates/schema.json +0 -0
  22. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/test_main.py +0 -0
  23. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/test_prefpicker.py +0 -0
  24. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker/test_templates.py +0 -0
  25. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/SOURCES.txt +0 -0
  26. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/dependency_links.txt +0 -0
  27. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/entry_points.txt +0 -0
  28. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/not-zip-safe +0 -0
  29. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/requires.txt +0 -0
  30. {prefpicker-2.6.0 → prefpicker-2.7.0}/src/prefpicker.egg-info/top_level.txt +0 -0
  31. {prefpicker-2.6.0 → prefpicker-2.7.0}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: prefpicker
3
- Version: 2.6.0
3
+ Version: 2.7.0
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
@@ -831,13 +831,13 @@ pref:
831
831
  variants:
832
832
  default:
833
833
  - 0
834
- - 32
834
+ - null
835
835
  layout.css.stylo-work-unit-size:
836
836
  variants:
837
837
  default:
838
838
  - 4
839
839
  - 8
840
- - 16
840
+ - null
841
841
  # 0=Allowed, 1=Blocked, 2=Prompt
842
842
  media.autoplay.default:
843
843
  variants:
@@ -938,6 +938,11 @@ pref:
938
938
  variants:
939
939
  default:
940
940
  - false
941
+ # required for local testing of webtransport
942
+ network.http.http3.disable_when_third_party_roots_found:
943
+ variants:
944
+ default:
945
+ - false
941
946
  # max time to wait for connection (default is 300)
942
947
  network.http.response.timeout:
943
948
  variants:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: prefpicker
3
- Version: 2.6.0
3
+ Version: 2.7.0
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes