You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Damian Mendoza <da...@exceleratesoftware.com> on 2012/08/10 14:37:51 UTC

Can Traffic Server block Google Image Thumbnails

HI,

 

Has anyone figured out how to block Google Image Thumbnails from being
displayed or searched? Using Traffic Server at a school district that needs
to block thumbnails from being displayed due to adult search terms. Blocking
images outright is fine as long as standard keyword searches work as normal.

 

 

Thanks,

 

Damian Mendoza

Excelerate Software, Inc.

949 218-3337

  

 


RE: Can Traffic Server block Google Image Thumbnails

Posted by Luca Rea <lu...@contactlab.com>.
Did you try adding in "remap.config" something like the following line?

regex_map "https://encrypted-tbn[0-3].google.com/images\?.*" "http://<IP>:<PORT>/<PATH>/<THUMBNAIL_NAME>.jpeg"