Can someone tell me how to block google images? I actually thought I could put the word "image" into the bannedregexpurl and that would do it, plus block...
24414
Perl Junkie
perljunkie
Oct 1, 2010 5:23 pm
You know, once again, I think I just have to voice that I truly believe we forget DG depends on Squid and sometimes the situations we are trying to attack are...
24415
Scott Mayo
scotgmayo
Oct 1, 2010 6:55 pm
... Thanks and yes, I want to block all of google images. I want actually block every search engine that has images that I can and then maybe find a good one...
24416
ricksaul59
Oct 4, 2010 6:48 am
how to allow access to sites based on time only via squid.conf. The below will allow sites like facebook during certain hours below ...
24417
Daryl Caudill
drokmed
Oct 4, 2010 8:16 am
We block all of that stuff. Just edit the "bannedsitelist" and add: images.google.com Works great here. Here is the content of one of my bannedsitelist files: ...
24418
Odhiambo Washington
odhiambo@...
Oct 4, 2010 10:07 am
I hope I did not miss the all important mail! This is what I am ending up with.. <cut> mv -f .deps/dansguardian-dansguardian.Tpo...
24419
Scott Mayo
scotgmayo
Oct 4, 2010 12:45 pm
... The thing is that there is no word 'images39; in google images anymore. I can go to google, type a word in and then click on images and it comes up with all...
24420
Scott Mayo
scotgmayo
Oct 4, 2010 1:01 pm
... Just tried the squid version also and neither work. How are you all getting this to work? I see nothing about images in the url when I got to google...
24421
Perl Junkie
perljunkie
Oct 4, 2010 1:38 pm
... I just checked and you are correct. The images subdomain still exists, but Google does offer a new access to images that doesn't necessarily utilize the...
24422
Perl Junkie
perljunkie
Oct 4, 2010 1:42 pm
... Yes, when I offered you the solution, I was not aware Google had changed this up. It used to always use the images subdomain. So now I'm in the same boat...
24423
Scott Mayo
scotgmayo
Oct 4, 2010 1:54 pm
... Thanks. This really irritates me. Maybe it is just me, but it seems that things like this get changed all the time and the only reason that I can see for...
24424
Perl Junkie
perljunkie
Oct 4, 2010 2:58 pm
... Eh... there are always "improvements" these guys are trying to make. Just exactly what /imghp does over what they were doing before, I'm not sure. I can...
24425
Daryl Caudill
drokmed
Oct 4, 2010 4:02 pm
News to me, I hadn't realized google had changed away from images.* either DOH! Time to check stuff again... I just noticed there is an...
24426
Perl Junkie
perljunkie
Oct 4, 2010 6:00 pm
... This is what works for me -- again, attacking from the Squid side of things: ## ACLs ____________________________ ## This covers the images subdomain,...
24427
Scott Mayo
scotgmayo
Oct 5, 2010 3:53 pm
I'll take a look at your regex also, but I put the following in and it seemed to do what I needed. acl image_search url_regex -i google\.com\/(images|imghp) ...
24428
Perl Junkie
perljunkie
Oct 5, 2010 4:08 pm
... I'm taking it from your regex that the word "images" and "imghp" either one can be used. I'll have to take a look at that for my own sake. It's tough...
24429
gregjo
Oct 5, 2010 5:04 pm
The short story: My DG installation on a very lean (memory wise) machine has been humming along just fine for months. After a recent OS update (yum update) DG...
24430
Scott Mayo
scotgmayo
Oct 5, 2010 5:10 pm
... If you go to google and then click on images, the url in the address bar is: http://www.google.com/imghp?hl=en&tab=wi and then when you search it shows: ...
24431
Daryl Caudill
drokmed
Oct 5, 2010 7:19 pm
Why are running squid3? You should stay at squid2, at least until squid3 matures. Did the update by chance upgrade you from squid2 to squid3? btw I run a...
24432
gregjo
Oct 5, 2010 8:26 pm
I'm using squid3....because that's what is in the repository for this OS. When I installed DG, I simply installed squid as well...and version 3 is what is in...
24433
Ben
abnormaliti@...
Oct 5, 2010 11:19 pm
Can Dansguardian be used to ensure Bing's Safesearch is turned on, especially for image searches, as we already do with google and many others? Ben...
24434
Scott Mayo
scotgmayo
Oct 6, 2010 12:23 am
... Can you not just put <SafeSearch off> in the bannedphraselist? I use to have: <SafeSearch is off> and <SafeSearch: off> in bannedphraselist for google, but...
24435
Ben
abnormaliti@...
Oct 6, 2010 1:56 am
... It would appear that the safesearch status doesn't always appear on the page, partially on the Web results. For google, and others, i use urlregexplist to...
24436
Perl Junkie
perljunkie
Oct 6, 2010 3:39 am
... I believe that could very likely work. I was under the mistaken belief, I see, that url_regex looked only at the REQUEST_URI piece of the entire URL and...
24437
Perl Junkie
perljunkie
Oct 6, 2010 3:44 am
... It's the difference between urlpath_regex and url_regex. I've been using urlpath_regex in my rules. Sorry about that. Typing instead of cutting and...
24438
Philip Allison
phil.smoothwall
Oct 6, 2010 8:25 am
... The "problem" with the OOM killer is that it doesn't necessarily kill the thing that is causing the problem; rather it ranks things based on how much...
24439
vianellovalerio
Oct 7, 2010 12:41 pm
Hi all, can anyone sugest to me the right procedure to implement the dansguardian authorization in a windows domain enviroment and apply the right...
24440
gregjo
Oct 7, 2010 3:58 pm
... OK, I have more data now. Still no smoking gun, but getting closer. I installed a python script I found at: http://www.pixelbeat.org/scripts/ps_mem.py But...
24441
John D. Spinuzzi
archerjd03
Oct 8, 2010 1:10 am
Actually, I have seen this kind of a responce before when there was an issue with the configuration of squid. Squid wasn't responding fast enough so dans...