version_info 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # -*- mode: sh; coding: utf-8; tab-width: 4 -*-
  2. # vim: ts=4 noet ai ft=sh
  3. # No Resource URI Leak
  4. #
  5. # Copyright © 2016 Desktopd Project
  6. #
  7. # This program is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as
  9. # published by the Free Software Foundation, either version 3 of the
  10. # License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. addon_id="no-resource-uri-leak"
  20. # Canonical version of the addon (may be converted into different formats on build)
  21. addon_version="1.1.0"
  22. # Alpha versions (may not be feature complete): x.y.z~a1, x.y.z~a2, ...
  23. # Beta versions (feature-frozen): x.y.z~b1, x.y.z~b2, ...
  24. # 1.1.0 > 1.0.1 > 1.0.1~b1 > 1.0.1~a2 > 1.0.1~a1 > 1.0.0
  25. # 'alpha', 'beta', or 'stable'
  26. addon_release_phase="stable"
  27. addon_name="No Resource URI Leak"
  28. addon_author="Desktopd Project"
  29. addon_license_id='GPL-3.0+'
  30. addon_description="Deny resource:// access to Web content: We fill the hole to defend against fingerprinting. Very important to Firefox privacy. A direct workaround for bugzil.la/863246"
  31. addon_website_uri="https://notabug.org/desktopd/no-resource-uri-leak"
  32. addon_src_dir=src
  33. addon_main_path=main.js
  34. addon_support_private_browsing=1
  35. addon_fennec_version='>=38.0a1'
  36. addon_thunderbird_version='>=38.0'
  37. addon_seamonkey_version='>=2.38'
  38. # Experimental: not yet compatible
  39. #addon_palemoon_version='>=25.0'