Post Reply 
Andrew's Security Filter(s) v5.62 (May 10, 2009)
May. 21, 2009, 02:58 PM
Post: #76
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
Hi Kye-U,
Thanks for the latest update Smile!
Could you please shed some light on the block file andrew-src.txt?
What does/should it contain (atm, mine is not populated at all)?
Thanks,

soccerfan
Add Thank You Quote this message in a reply
May. 21, 2009, 03:48 PM
Post: #77
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
"andrew-src.txt" is a whitelist for external JavaScript files. So, for instance, you're on cnn.com, and there's an external script hosted on google.com being called. By default, it's blocked (since it doesn't exist in the whitelist). But if you want to allow it, click on the green A, locate it in the list of external scripts, and click on "Allow" beside it. This will make it so that the external script being hosted on google.com is allowed.
Visit this user's website
Add Thank You Quote this message in a reply
May. 21, 2009, 06:06 PM
Post: #78
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
(May. 21, 2009 03:48 PM)Kye-U Wrote:  "andrew-src.txt" is a whitelist for external JavaScript files. ...

I get it now. Many thanks.

soccerfan
Add Thank You Quote this message in a reply
Jun. 15, 2009, 02:00 PM
Post: #79
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
(Jul. 13, 2007 07:53 AM)Kye-U Wrote:  http://prxbx.com/test/test.php (evil version, click with caution.)

This is a very interesting testpage!

It was almost bringing my system down, apparently because the huge number of popup blocked notifications were using up all GDI resources. (Limited to max 10 notifications now, afterwards silent blocking.)
Add Thank You Quote this message in a reply
Jun. 17, 2009, 05:03 PM (This post was last modified: Dec. 20, 2010 04:51 PM by lnminente.)
Post: #80
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
First day trying, and i like them Smile! Let's share:

- I went to google maps, to make the page work i clicked on allow scripts and iframes for the path. Later i edited the andrew.txt to don't let the full google.com/, but only maps.google.com/ and it is working nice.

- The Allow and Bypass buttons are inside a div with class prx_a_bar of 51px. It can let me to click on "Ayuda" (help link). It can be reduced to 33px, but i would have only one pixel width to click on the help. I send you a pic, we don't see the cursor but it is over the first blue "A" of "Ayuda". So another change i did was to remove the padding attribute to be able to click on help.

[img expired]

I will play more, i want to take care only of offsite objects. Very nice filters, many thanks for them Andrew [Image: happy0034.gif]

mmm i can't make youtube working. I think i need a filter to bypass urls with "&trust=ext&tags=.SRC." added to the query string.


Solved the problem with youtube. It was my fault, i use to disable filtering in non 200 responses and it was breaking the allowing of scripts from s.ytimg.com/ to the andrew-src.txt list.

edit:img expired...
Add Thank You Quote this message in a reply
Jun. 18, 2009, 02:17 AM
Post: #81
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
Good work! And God knows how many times I have clicked on test pages late nights and forgot that I bypass Proxomitron here at prxbx !! It brings my laptop to a full stop every time Banging Head
Visit this user's website
Add Thank You Quote this message in a reply
Sep. 27, 2010, 03:53 AM (This post was last modified: Sep. 27, 2010 09:19 AM by Kye-U.)
Post: #82
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
Just wanted to get feedback on this project: if you've been using it for a while, has it been stable? Are there any issues? Smile!

EDIT: working on a new release: added detection and removal of <video> and <audio> tags, slightly improved interface, more specific confirmation boxes (e.g. external scripts confirmation box now includes the external domain at question)
Visit this user's website
Add Thank You Quote this message in a reply
Sep. 27, 2010, 03:23 PM
Post: #83
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
(Sep. 27, 2010 03:53 AM)Kye-U Wrote:  Just wanted to get feedback on this project: if you've been using it for a while, has it been stable? Are there any issues? Smile!

EDIT: working on a new release: added detection and removal of <video> and <audio> tags, slightly improved interface, more specific confirmation boxes (e.g. external scripts confirmation box now includes the external domain at question)

I've been using it off and on with sidki's Feb 09 release. Have not tried sidki's alpha or new beta yet.
Looking forward to the new release of your ASF. Just a trivial thought:
might be nice to populate andrew-src.txt with a few entries that show the correct syntax.

soccerfan
Add Thank You Quote this message in a reply
Oct. 26, 2010, 09:01 PM
Post: #84
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
(Sep. 27, 2010 03:53 AM)Kye-U Wrote:  EDIT: working on a new release: added detection and removal of <video> and <audio> tags, slightly improved interface, more specific confirmation boxes (e.g. external scripts confirmation box now includes the external domain at question)

Are we there yet (now that the new sidki config is released) Wink

soccerfan
Add Thank You Quote this message in a reply
Dec. 06, 2010, 07:42 PM
Post: #85
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
Ive been using the ASF filter since discovering it only recently - this is exactly the sort of granular control I was hoping to see someday regarding the control of javascripts in the browser... EXCELLENT work mate Smile!

Ive found no problems with it whatsoever and couldnt be without it now. If you are still planning on updating it then I will be very eagerly awaiting it - and a big thanks in advance for all the work making it!

One question - is it possible to move the "A" and "B" buttons down from the top of the page slightly? The reason I ask, is that I generally use my browser in full screen with the top section (menu bar, tab bar etc...) in auto-hide mode and when I move my mouse up to click either A or B buttons, it inadvertently un-hides the browser bar.

I took a quick look at your andrew.js file but am not sure if there is anything I could change to drop the buttons down a bit?

Cheers,

BAM.
Add Thank You Quote this message in a reply
Dec. 20, 2010, 04:15 PM
Post: #86
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
(Dec. 06, 2010 07:42 PM)BAM Wrote:  One question - is it possible to move the "A" and "B" buttons down from the top of the page slightly? The reason I ask, is that I generally use my browser in full screen with the top section (menu bar, tab bar etc...) in auto-hide mode and when I move my mouse up to click either A or B buttons, it inadvertently un-hides the browser bar.

I took a quick look at your andrew.js file but am not sure if there is anything I could change to drop the buttons down a bit?

Those were controlled by inline css code, which you can find after:
Code:
document.write("<style type=\"text/css\">")
Add Thank You Quote this message in a reply
Dec. 23, 2010, 08:30 AM
Post: #87
RE: Andrew's Security Filter(s) v5.62 (May 10, 2009)
Thank you everyone Smile! I've decided to rename it to "ProxBlox" and published it out of this forum to be in the Privacy/Security/Spam forum: http://prxbx.com/forums/showthread.php?t...&pid=15168

BAM, the exact code is:

Code:
document.write("#prx_a_bar{ position: absolute !important; top: 0px;

Modify the pixel value for the "top" attribute Smile!
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: