mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
82bcf7f5be
It isn't in use. We haven't been able to identify a project that will use it any time soon. And its test (and, thus, possibly the code itself) isn't Fission-compatible. Differential Revision: https://phabricator.services.mozilla.com/D51108 --HG-- rename : toolkit/components/telemetry/docs/collection/hybrid-content.rst => toolkit/components/telemetry/docs/obsolete/hybrid-content.rst extra : moz-landing-system : lando
26 lines
911 B
Plaintext
26 lines
911 B
Plaintext
# This file has default permissions for the permission manager.
|
|
# The file-format is strict:
|
|
# * matchtype \t type \t permission \t host
|
|
# * "origin" should be used for matchtype, "host" is supported for legacy reasons
|
|
# * type is a string that identifies the type of permission (e.g. "cookie")
|
|
# * permission is an integer between 1 and 15
|
|
# See nsPermissionManager.cpp for more...
|
|
|
|
# UITour
|
|
# Bug 1557153: www.mozilla.org gets a special workaround in UITourChild.jsm
|
|
origin uitour 1 https://www.mozilla.org
|
|
origin uitour 1 https://screenshots.firefox.com
|
|
origin uitour 1 https://support.mozilla.org
|
|
origin uitour 1 about:home
|
|
origin uitour 1 about:newtab
|
|
|
|
# XPInstall
|
|
origin install 1 https://addons.mozilla.org
|
|
|
|
# Remote troubleshooting
|
|
origin remote-troubleshooting 1 https://support.mozilla.org
|
|
|
|
# addon install
|
|
origin install 1 https://private-network.firefox.com
|
|
origin install 1 https://fpn.firefox.com
|