I'm having issues today in Firefox with NoScript's ABE (Application Boundaries Enforcer) versus FogBugz and our local source code control server. FogBugz case pages can contain links to checkins so that you can view source code changes via your local server's web service.
e.g.: https://SomeCompany.fogbugz.com/default.asp?1234
(the case page) might contain a link to http://SourceCodeControlServer/WebSVN/filedetails.php?...
Note that SourceCodeControlServer is not a fully-qualified domain name, just a local machine name.
Even after reading the ABE Rules Syntax and Capabilities PDF it doesn't seem to work as advertised, still displaying the "Filtered by ABE" advisories across the top of the page trying to be opened. Turning off ABE or, heavens forbid using MS-IE, isn't high enough on my priorities yet.
Can anyone provide some insight as to why the following rule is wrong?
# User-defined rules. Feel free to experiment here.
Site .SourceCodeControlServer
Accept from .SomeCompany.fogbugz.com
Deny