Closed
Bug 1532794
Opened 6 years ago
Closed 6 years ago
Investigate to remove get/set docshell.internalReferrer from propertyBag
Categories
(Core :: DOM: Security, enhancement)
Core
DOM: Security
Tracking
()
RESOLVED
DUPLICATE
of bug 1532318
People
(Reporter: tnguyen, Assigned: tnguyen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → tnguyen
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 1•6 years ago
|
||
Hi Dan, I found in the above line, we have to get/set referrer from propertyBag in case referrer is empty for security reasons (for example https->http)
Now we have referrerInfo that contains originalReferrer and we could use the originalReferrer. I guess we could remove get/set referrer from propertyBag but I am not quite sure. I checked git blame for that line and I found that line was added for a long time ago for XPI whitelist. Do you know whether the XPI whitelist is still applied here or not then I could decide to remove the line?
Thanks
Flags: needinfo?(dveditz)
Assignee | ||
Comment 2•6 years ago
|
||
The old bug fixed bug 265135
Assignee | ||
Comment 3•6 years ago
|
||
I decided to remove this because I don't see xpinstall whitelisting use referrer.
Flags: needinfo?(dveditz)
Assignee | ||
Updated•6 years ago
|
Blocks: refactor-referrer-policy-setup
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•