ABE blocks LAN resources when using hostname.local/subdir

Ask for help about NoScript, no registration needed to post
MountainRider
Posts: 3
Joined: Wed Jan 09, 2013 9:38 pm

ABE blocks LAN resources when using hostname.local/subdir

Post by MountainRider »

Hello, and thanks for NoScript! I have been using and recommending it for years and it has saved many friends and family members from getting infected with malware.

I am accessing a local web server in Firefox 18.0 with NoScript 2.6.4.2 using an address like
However, ABE is blocking the request.

The error message in the yellow bar at the top of the page is
I think the problem is that the ABE is confused into thinking that machine.local is a fully qualified domain name (FQDN), when it is just a local facility provided by the Avahi daemon on the Linux machine hosting the web site.

I could not figure out how to write a rule that would allow the above mentioned link to work without disabling ABE.

--
Thanks,
David
Anecdote is not the singular of data
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0
User avatar
therube
Ambassador
Posts: 7991
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: ABE blocks LAN resources when using hostname.local/subdi

Post by therube »

Open Error Console (Ctrl+J) & post the associated messages.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16a2
MountainRider
Posts: 3
Joined: Wed Jan 09, 2013 9:38 pm

Re: ABE blocks LAN resources when using hostname.local/subdi

Post by MountainRider »

therube wrote:Open Error Console (Ctrl+J) & post the associated messages.

Code: Select all

Timestamp: 1/10/13 2:12:36 PM
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindow.content]
Source File: 
Line: 231
I don't know if that is relevant. I get that message when I load any page.
Anecdote is not the singular of data
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0
User avatar
Giorgio Maone
Site Admin
Posts: 9557
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ABE blocks LAN resources when using hostname.local/subdi

Post by Giorgio Maone »

Which IPs does machine.local resolve too?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
MountainRider
Posts: 3
Joined: Wed Jan 09, 2013 9:38 pm

Re: ABE blocks LAN resources when using hostname.local/subdi

Post by MountainRider »

Giorgio Maone wrote:Which IPs does machine.local resolve too?
It resolves to a private network IP on the LAN: Private Network
Anecdote is not the singular of data
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: ABE blocks LAN resources when using hostname.local/subdi

Post by Thrawn »

What rules have you tried, and where did you place them?

I would think you need to add something like this, above the default SYSTEM rule:

Code: Select all

Site machine.local
Accept from machine.local
Accept from LOCAL
Deny
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0
Post Reply