Closed Bug 1655035 Opened 4 years ago Closed 4 years ago

Add wildcard support for first-party domain in the partitioning exception list

Categories

(Core :: Privacy: Anti-Tracking, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
81 Branch
Tracking Status
firefox81 --- fixed

People

(Reporter: xeonchen, Assigned: xeonchen)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

We should make it possible to exempt a specific origin embedded in any first-party page.

Steven, would you mind to check if this is the feature we've discussed in the meeting? Thanks!

Flags: needinfo?(senglehardt)

Yes this matches my expectations. You're able to exempt a specific third party from partitioning on all first parties by setting privacy.restrict3rdpartystorage.skip_list = *,example.com where * is the wildcard for any first party and example.com is the third-party origin.

I have two questions:

  1. How do you exempt multiple first-party, third-party domain pairs? Is the csv just assumed to be pairs?
  2. Is it possible to exempt the other way as well. E.g., example.com, * -- basically allowing us to say "don't partition anything on this site"
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(senglehardt) → needinfo?(xeonchen)
Resolution: --- → FIXED

Doh! Didn't mean to click resolve

Status: RESOLVED → REOPENED
Resolution: FIXED → ---

(In reply to Steven Englehardt [:englehardt] from comment #3)

Yes this matches my expectations. You're able to exempt a specific third party from partitioning on all first parties by setting privacy.restrict3rdpartystorage.skip_list = *,example.com where * is the wildcard for any first party and example.com is the third-party origin.

I have two questions:

  1. How do you exempt multiple first-party, third-party domain pairs? Is the csv just assumed to be pairs?

It's a semicolon-separated list of comma-spearated pairs.
Like this: "foo.com,bar.com;*,example.com".

  1. Is it possible to exempt the other way as well. E.g., example.com, * -- basically allowing us to say "don't partition anything on this site"

Yes, this is possible, I'll update the patch.

Flags: needinfo?(xeonchen)
Pushed by xeonchen@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/123c3ead2a2a
support wildcard in PartitioningExceptionList; r=baku
Status: REOPENED → RESOLVED
Closed: 4 years ago4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: