mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Partially revert safebrowsing commits to fix "tracking protection".
This resolves #425.
This commit is contained in:
parent
f4a29c2947
commit
7e89fca2f7
2 changed files with 1 additions and 3 deletions
|
|
@ -6,11 +6,9 @@ Components.utils.import("resource://gre/modules/Services.jsm");
|
|||
const BASE_LIST_ID = "base";
|
||||
const CONTENT_LIST_ID = "content";
|
||||
const TRACK_SUFFIX = "-track-digest256";
|
||||
#ifdef MOZ_SAFE_BROWSING
|
||||
const TRACKING_TABLE_PREF = "urlclassifier.trackingTable";
|
||||
const LISTS_PREF_BRANCH = "browser.safebrowsing.provider.mozilla.lists.";
|
||||
const UPDATE_TIME_PREF = "browser.safebrowsing.provider.mozilla.nextupdatetime";
|
||||
#endif
|
||||
|
||||
var gBlocklistManager = {
|
||||
_type: "",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ browser.jar:
|
|||
content/browser/preferences/applicationManager.xul
|
||||
content/browser/preferences/applicationManager.js
|
||||
content/browser/preferences/blocklists.xul
|
||||
* content/browser/preferences/blocklists.js
|
||||
content/browser/preferences/blocklists.js
|
||||
* content/browser/preferences/colors.xul
|
||||
* content/browser/preferences/cookies.xul
|
||||
content/browser/preferences/cookies.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue