Sometimes I post a link to a website that's on my home network which is available externally and internally and when I click on the link, ABE gives me the error:
Request {GET http://www.mysite.com/ <<< http://originalboard.com/, http://originalboard.com/} filtered by ABE: <LOCAL> Deny
Of course, those URLs are modified, but I wanted to know how to fix it so when I click on a mysite.com link to have ABE allow the browser to open the link. I only want links for mysite.com to load, but don't want any other possible local URLs or local resources to load other than anything on mysite.com to load.
Any help would be appreciated. Thanks.
ABE denies link to website. How do I fix this?
ABE denies link to website. How do I fix this?
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: ABE denies link to website. How do I fix this?
Open the SYSTEM rule for edit from NoScript Options|Advanced|ABE and insert the following rule in the beginning of the file (before the LOCAL rule):
Code: Select all
Site mysite.com
Accept
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Re: ABE denies link to website. How do I fix this?
Giorgio Maone wrote:Open the SYSTEM rule for edit from NoScript Options|Advanced|ABE and insert the following rule in the beginning of the file (before the LOCAL rule):Code: Select all
Site mysite.com Accept
Thanks for the info! Really appreciate it!
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3