зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1789254
- Fix rejected words issues in WebsiteFilter.jsm. r=mkaply
Differential Revision: https://phabricator.services.mozilla.com/D156462
This commit is contained in:
Родитель
ee73cfe360
Коммит
31e69d49d8
|
@ -14,9 +14,9 @@
|
|||
* The exceptions list takes the same as input. This list opens up
|
||||
* exceptions for rules on the blocklist that might be too strict.
|
||||
*
|
||||
* In addition to that, this allows the user to create a whitelist approach,
|
||||
* In addition to that, this allows the user to create an allowlist approach,
|
||||
* by using the special "<all_urls>" pattern for the blocklist, and then
|
||||
* adding all whitelisted websites on the exceptions list.
|
||||
* adding all allowlisted websites on the exceptions list.
|
||||
*
|
||||
* Note that this module only blocks top-level website navigations and embeds.
|
||||
* It does not block any other accesses to these urls: image tags, scripts, XHR, etc.,
|
||||
|
|
|
@ -49,7 +49,6 @@ avoid-blacklist-and-whitelist:
|
|||
- browser/base/content/test/tabMediaIndicator/browser_mute_webAudio.js
|
||||
- browser/base/content/test/tabs/browser_new_file_whitelisted_http_tab.js
|
||||
- browser/components/downloads/content/contentAreaDownloadsView.xhtml
|
||||
- browser/components/enterprisepolicies/helpers/WebsiteFilter.jsm
|
||||
- browser/components/migration/ChromeMigrationUtils.jsm
|
||||
- browser/components/migration/ChromeProfileMigrator.jsm
|
||||
- browser/components/newtab/data/content/activity-stream.bundle.js
|
||||
|
|
Загрузка…
Ссылка в новой задаче