url.txt site blocking issues

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
jeramy

url.txt site blocking issues

Post by jeramy »

We are setting up a kiosk for an auto dealer and the url.txt file is as such
;Sample URL file
;
;Comments are started with ";"
;
;Notice this file can be formatted for easier reading

;"+all" adds all URL address, "-all" subtracts all URLs

-all

+C:\
+www.scion.com
+www.scion.com/scion/pub/bys/main.do
+www.scionlife.com
+www.dandeery.com


-www.hotmail.com

-games.com
-.wav

The homepage is http://www.scion.com. When we have the url.txt file active, we can get to the homepage, but not to the next page. The link is toward the bottom at the left. It says "Build Your Scion". A new page will open, but the blocked message comes up. It looks like the link is www.scion.com/scion/pub/bys/main.do
That url is in the url.txt with a + in front of it. I'm kinda stumped.

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

Add the following to your URL filter file.

+JavaScript
+About:Blank

The IE engine sends the Java function as a new URL preceded by JavaScript. PWB is blocking the it because you are not allowing JavaScripts to run.

--Scott

Post Reply