Page 1 of 1

ABE denies link to website. How do I fix this?

Posted: Sun Apr 18, 2010 6:51 pm
by mimo
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.

Re: ABE denies link to website. How do I fix this?

Posted: Sun Apr 18, 2010 6:59 pm
by Giorgio Maone
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

Re: ABE denies link to website. How do I fix this?

Posted: Mon Apr 19, 2010 4:44 am
by mimo
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!