Closed
Bug 1367564
Opened 8 years ago
Closed 8 years ago
Fix inconsistent pref name for suppressing .onion referers
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla55
People
(Reporter: arthur, Assigned: arthur)
References
Details
(Whiteboard: [necko-would-take][tor 22320])
Attachments
(1 file)
1.02 KB,
patch
|
mcmanus
:
review+
ritu
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
Unfortunately I accidentally introduced a mistake into my patch for bug 1305144. In some places the patch uses a pref called "network.http.referer.hideOnionSource", but in other places it calls it "network.http.referer.spoofOnionSource" (which was an earlier name I had intended to drop). So I would like to offer a patch that converts the leftover obsolete references to "network.http.referer.hideOnionSource".
Assignee | ||
Comment 1•8 years ago
|
||
I manually tested this patch in Tor Browser and confirmed that the referer is correctly blanked when leaving a .onion site, if and only if "network.http.referer.hideOnionSource" is enabled.
Assignee: nobody → arthuredelstein
Status: NEW → ASSIGNED
Attachment #8871013 -
Flags: review?(mcmanus)
Updated•8 years ago
|
Whiteboard: [tor 22320] → [necko-would-take][tor 22320]
Comment 2•8 years ago
|
||
I should have noticed that. sorry. at least you didn't do referer with a variable number of r's :)
Updated•8 years ago
|
Attachment #8871013 -
Flags: review?(mcmanus) → review+
Comment 3•8 years ago
|
||
you should nominate the patch for 54.
Assignee | ||
Comment 4•8 years ago
|
||
Thanks, Patrick!
[Tracking Requested - why for this release]:
Correcting a very simple mistake in a pref name.
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/081035e39ef1
Use pref name 'referer.hideOnionSource' everywhere. r=mcmanus
Keywords: checkin-needed
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 7•8 years ago
|
||
Not tracking, though I'd be ok to take the patch in beta this week, please request uplift when you get a chance.
status-firefox54:
--- → fix-optional
Flags: needinfo?(arthuredelstein)
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(arthuredelstein)
Attachment #8871013 -
Flags: approval-mozilla-beta?
Comment on attachment 8871013 [details] [diff] [review]
0001-Bug-22320-Use-pref-name-referer.hideOnionSource-ever.patch
While this is a valid bug to fix, I am not sure if this uplift is justified so late in the beta54 cycle. I'd prefer this fix ride the 55 train to release.
Attachment #8871013 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
You need to log in
before you can comment on or make changes to this bug.
Description
•