Closed Bug 1968721 Opened 10 months ago Closed 3 months ago

Storage-Access-Headers: Refactor frame storage access activation from bool to enum

Categories

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

task

Tracking

()

RESOLVED WONTFIX

People

(Reporter: manuel, Unassigned)

References

(Blocks 1 open bug)

Details

Currently we track it two separate booleans: (access, active),
Need to have this enum for request header:

  • None (false, false)
  • Inactive (true, false)
  • Active (true, true)
Assignee: nobody → manuel
Status: NEW → ASSIGNED

Different refactor necessary. Will revisit at later stage of project.

Assignee: manuel → nobody
Status: ASSIGNED → NEW
Priority: P2 → P3

The refactor isn't necessary anymore, because the sticky part of the storage-access-headers wasn't finalized (privacycg/storage-access-headers#6, privacycg/storage-access-headers#22).

We can reconsider if we pick up work on storage-access-headers and the sticky behavior becomes part of the spec.

Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.