Closed Bug 1650950 Opened 4 years ago Closed 4 years ago

Rename blacklist, whitelist, and skiplist in the anti-tracking and url-classifier code

Categories

(Core :: Privacy: Anti-Tracking, task, P3)

task

Tracking

()

RESOLVED FIXED
mozilla80
Tracking Status
firefox80 --- fixed

People

(Reporter: englehardt, Assigned: baku)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

We have three types of lists in these parts of the codebase:

  1. The domains we want to block (i.e., the blacklist)
  2. The domains that we unblock on specific first parties because they belong to the same organization (i.e., the whitelist)
  3. The domains that we exempt from classification because of an intervention (i.e., the skipList)

We'd like to migrate this naming to the following:

  1. blacklist --> blocklist
  2. whitelist --> entitylist; this matches the naming we use on the shavar side
  3. skiplist --> exceptionlist; this is both more understandable and avoids the confusing collision with the skiplist data structure
Assignee: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5937e0fa39fe
Rename blacklist, whitelist, and skiplist in the anti-tracking and url-classifier code, r=dimi
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: