Did I write this rule right?
Posted: Wed Mar 31, 2010 2:53 pm
My city's train system has a wireless network on it. It seems they want to show you a splash screen the first time you make an HTTP request and then store some kind of token. Basically, they're intercepting every request, checking the token, and then redirecting you where you were going in the first place. This tripped up ABE and gave me this message:
After doing some research, I wrote the following rule:
That works, but it seems... wide open. I'm always wary of wild cards like that. However, it's not a specific site I'm trying to admit to local (if that makes sense), but all sites I want to admit to... ridernet3?
Anyway, this is my first foray into messing with ABE, so: Did I do this right? Thanks.
Ben
Code: Select all
Request { GET http://portal.ridernet3.com/splash?token=b0653...59da&url=http%3A//anythinghere.com/ <<<
http://anythinghere.com/, chrome://browser/content/browser.xul, chrome://browser/content/browser.xul} filtered by ABE: <LOCAL> Deny
Code: Select all
Site portal.ridernet3.com
Accept from *
Anyway, this is my first foray into messing with ABE, so: Did I do this right? Thanks.
Ben