Networking/Archive/Necko/Web packages: Difference between revisions

m
Manuel Bucher moved page Necko/Web packages to Networking/Archive/Necko/Web packages: move to necko archive
(→‎Prefs: add two prefs developer-root and trusted-origin)
m (Manuel Bucher moved page Necko/Web packages to Networking/Archive/Necko/Web packages: move to necko archive)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Archived}}
== Description ==
== Description ==
Web packages are a new packaging format for apps or web resources in general. The packaging format is based on the [http://www.w3.org/TR/web-packaging/ W3C spec] with the exception that resources are uniquely identified by a URL composed of the package URL, the !// separator, followed by the path to the resource inside the package.
Web packages are a new packaging format for apps or web resources in general. The packaging format is based on the [http://www.w3.org/TR/web-packaging/ W3C spec] with the exception that resources are uniquely identified by a URL composed of the package URL, the !// separator, followed by the path to the resource inside the package.
Line 15: Line 17:
   network.http.signed-packages.enabled
   network.http.signed-packages.enabled
     - Set this to true in order to enable signature verification
     - Set this to true in order to enable signature verification
   network.http.signed-packages.developer-root
   network.http.signed-packages.developer-root (for testing only, not set by default)
     - (Testing only) Set this to the path of your own signing certificate in your device in order to use this certificate to verify packages not signed by the marketplace.
     - Set this to the path of your own signing certificate in your device in order to use this certificate to verify packages not signed by the marketplace.
   network.http.signed-packages.trusted-origin
   network.http.signed-packages.trusted-origin (for testing only, not set by default)
     - (Testing only) Set this to the origin you trust to bypass verification of packages from that origin.
     - Set this to the origin you trust to bypass verification of packages from that origin.
 
== Privileged Content and Signed Packages ==
 
See https://wiki.mozilla.org/FirefoxOS/New_security_model/Packaging
210

edits