Giorgio Maone wrote:It definitely seems a router bug.
Could you check whether the problem happens also on a clean
profile with Adblock Plust 1.3.3 (which implements the X-Do-Not-Track header) and/or on a clean
profile with
https://addons.mozilla.org/en-US/firefox/addon/12765 ?
However, if you want to keep both the feature and your router UI, you can add
192.168.1.1 to your
noscript.doNotTrack.exceptions about:config preference.
With
ad-block Plus 1.3.3 there was no problem accessing my router, I wasn't able to find an option to check if
X-Do-Not-Track was on by default and/or if it could be turned off.
Code: Select all
00:03:59.571 0.039 473 132 GET 200 text/html http://192.168.1.1/
Code: Select all
(Request-Line) GET / HTTP/1.1
Host 192.168.1.1
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 115
Connection keep-alive
Authorization Basic [redacted]
Cache-Control max-age=0
Code: Select all
(Status-Line) HTTP/1.0 200 OK
Server Apache
Pragma no-cache
Cache-Control max-age=0, must-revalidate
Connection close
Content-Type text/html
With the
Universal Behavioral Advertising Opt-out I was unable to login to my router, the exact same behavior as with NoScript.
Code: Select all
00:00:15.306 0.057 494 171 GET 401 text/html http://192.168.1.1/
Code: Select all
(Request-Line) GET / HTTP/1.1
Host 192.168.1.1
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 115
Connection keep-alive
X-Behavioral-Ad-Opt-Out 1
X-Do-Not-Track 1
Authorization Basic [redacted]
[code](Status-Line) HTTP/1.0 401 Unauthorized
Server Apache
Pragma no-cache
Cache-Control max-age=0, must-revalidate
Connection close
Content-Type text/html
WWW-Authenticate Basic realm="WRT54GH"
I added the routers IP to the exception list but that didn't work, still unable to login unless I turn off the
X-Do-Not-Track header option.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)