Page 1 of 1

Cannot allow PDF

Posted: Thu Nov 19, 2009 1:40 pm
by TroyWells
I have a bookmark to a PDF on our intranet. I was always able to open it before installing NoScript. Now, I get a very long error at the top of the window, mostly path information, and ending in "<LOCAL> Deny". The big problem is there appears to be no way to override this error. There is an "Options" command button, but it just leads to NoScript options, not anything specific to this link.

How do I allow this?

Thanks!!
Troy

Re: Cannot allow PDF

Posted: Thu Nov 19, 2009 1:43 pm
by Giorgio Maone
Can you copy the error message here?

Re: Cannot allow PDF

Posted: Thu Nov 19, 2009 4:59 pm
by Guest
The following is as much of the message as I feel comfortable sharing. It contains ... where path and other information is in the string of the error message:

Request {GET https://(path)...TYPE=...REALM=...METHOD=GET&SMAGENTNAME=...TARGET=...(path)...<<http://(Path).pdf, chrome://browser/content/browser.xul, chrome://browser/content/broser.xul} filtered by ABE: <LOCAL> Deny

Thanks!!
Troy

Re: Cannot allow PDF

Posted: Thu Nov 19, 2009 5:09 pm
by Giorgio Maone
Looks like a redirection, and looks like the http://(Path) (http and uppercase) stuff is not in your intranet while the https://(path) (https and lowercase) destination is.
Can I know more about origin and destination? Why does the bookmark point to an unsecure internet site which redirect to a secure intranet one?
Anyway, if this setup has a legitimate reason, the work around is inserting

Code: Select all

Site (intranet_domain)
Accept from (internet_domain)
in the beginning of the SYSTEM ruleset (NoScript Options|Advanced|ABE).