Closed
Bug 83888
Opened 24 years ago
Closed 24 years ago
referer header blocking inoperative
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
People
(Reporter: gsa, Assigned: mcafee)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9+) Gecko/
BuildID: 2001060114
After adding user_pref("network.sendRefererHeader", 0);
to prefs.js file referer headers are still sent based on what i saw
in packet watcher program
Reproducible: Always
Steps to Reproduce:
1. open prefs.js file in ascii editor
2. enter user_pref("network.sendRefererHeader", 0); into the correct section
3. using a packet watcher noticed Referer: header was still being sent
Actual Results: noticed Referer: header was still being sent
Expected Results: if user_pref("network.sendRefererHeader", 0); is entered into
prefs.js
file Referer headers should be deactivated.
Comment 1•24 years ago
|
||
The pref is actually network.http.sendRefererHeader, and the all.js pref is
incorrect.
Dupe of 83229.
*** This bug has been marked as a duplicate of 83229 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•