<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Any Way to Configure Google Safe Search in Web Security</title>
    <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721432#M35</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pmcglinchey,&lt;BR /&gt;&lt;BR /&gt;This is currently scheduled for the 7.0 release which has no set ETA yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2009 22:46:34 GMT</pubDate>
    <dc:creator>jowolfer</dc:creator>
    <dc:date>2009-08-26T22:46:34Z</dc:date>
    <item>
      <title>Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721418#M21</link>
      <description>&lt;P&gt;I was wondering if there was a way to only allow for google when safesearch is turned on?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2007 02:02:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721418#M21</guid>
      <dc:creator>mjakel_ironport</dc:creator>
      <dc:date>2007-04-12T02:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721419#M22</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;BR /&gt;&lt;BR /&gt;This feature is not currently available, but is on the road map for future enhancements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 00:07:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721419#M22</guid>
      <dc:creator>jowolfer</dc:creator>
      <dc:date>2007-04-24T00:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721420#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like you could also use regular expressions to do this as well.  Create a custom URL category and apply a regular expression that includes the keywords for searches NOT using safesearch.  Then block that category.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 10:44:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721420#M23</guid>
      <dc:creator>jwjorgensen</dc:creator>
      <dc:date>2007-05-03T10:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721421#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although not the most 'ideal' way of doing it, you could probably get away with doing it this way. &lt;BR /&gt;&lt;BR /&gt;Your users may be confused as to why they are being blocked, since they would get a generic denial page. &lt;BR /&gt;&lt;BR /&gt;I think forcing the the Safesearch by adding the query string will be a much better way of doing this in the end.&lt;BR /&gt;&lt;BR /&gt;Thanks for the information. Have you created a regx to do this? I'd love to see it if you have &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 00:25:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721421#M24</guid>
      <dc:creator>jowolfer</dc:creator>
      <dc:date>2007-05-05T00:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721422#M25</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, no.:(  A customer brought up the safe search issue and I told him he could probably do it with a regex.  I am working on getting one created, but I am totally unfamiliar with regular expressions.  I am still reading up on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 02:10:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721422#M25</guid>
      <dc:creator>jwjorgensen</dc:creator>
      <dc:date>2007-05-05T02:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721423#M26</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jesse,&lt;BR /&gt;&lt;BR /&gt;Yes - this is on our near-term roadmap. We plan to have an option that will enable/disable Safesearch for specific search engines.&lt;BR /&gt;&lt;BR /&gt;For now, here is a very easy and effective way to deal with it:&lt;BR /&gt;&lt;BR /&gt;Create a Custom URL category called "Cached Search Engine Pages".&lt;BR /&gt;&lt;BR /&gt;Under that category, go to Advanced settings to create keyword filters. Add the following:&lt;BR /&gt;&lt;BR /&gt;·          For Google: /search?q=cache&lt;BR /&gt;&lt;BR /&gt;·          For Yahoo: /search/cache?p&lt;BR /&gt;&lt;BR /&gt;·          For MSN: msncache.com, /cache.aspx &lt;BR /&gt;&lt;BR /&gt;And so on - you get the idea...&lt;BR /&gt;&lt;BR /&gt;Once created, you can block access to cached search engine queries on a per-policy basis by choosing the 'Block' action for this custom category.&lt;BR /&gt;&lt;BR /&gt;-Shalabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 03:56:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721423#M26</guid>
      <dc:creator>smohan_ironport</dc:creator>
      <dc:date>2007-05-07T03:56:03Z</dc:date>
    </item>
    <item>
      <title>But...</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721424#M27</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shalabh, cached sites are not the same thing as safesearch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:04:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721424#M27</guid>
      <dc:creator>thatbloke_ironport</dc:creator>
      <dc:date>2007-10-16T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Google safe search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721425#M28</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The regex "safe=off" will block searches on users that have forcefully turned safe searches off. However, as discussed earlier this will generate a generic denied page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 18:50:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721425#M28</guid>
      <dc:creator>scott.taylor_ironport</dc:creator>
      <dc:date>2007-10-22T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Still no fix with the latest release?</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721426#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are looking at this product for our school district and this is a major point for us.  Our current filter has this capability.  &lt;BR /&gt;&lt;BR /&gt;This is what I was sent when I asked about this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Thank you for calling in. Unfortunately Google does not tag the URL of image searches performed with SafeSearch turned off, so these searches can not be blocked directly.&lt;BR /&gt;&lt;BR /&gt;However, it is possible to block access to the Preferences URL's (where SafeSearch is turned off) using regular expressions. You can create a custom category with the following regular expressions and set it to 'Block' to prevent people from accessing this page:&lt;BR /&gt;&lt;BR /&gt;    images\.google\.com/preferences&lt;BR /&gt;    images\.google\.com/setprefs&lt;BR /&gt;&lt;BR /&gt;You can also modify the following regular expression to block certain keywords in image searches. The following example regex blocks the image searches with the word "planes", "trains", or "automobiles":&lt;BR /&gt;&lt;BR /&gt;    images\.google\.com/images\?.*\+(planes|trains|automobiles)&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have further questions.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;So the question is does anyone know of a quick way to set the Safe Search settings for Yahoo, Google and Ask?  I am looking at having to do this on 1500 computers and I’m pretty sure there is not a GPO to do this with Microsoft.&lt;BR /&gt;&lt;BR /&gt;The simple question, is it possible to have Ironport append the Safe Search toggle to a search performed be the main search engines?  For example, put “&amp;amp;safe=on” at the end of any Google search or “&amp;amp;vm=1” to a Yahoo search?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 04:15:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721426#M29</guid>
      <dc:creator>nathan.green_ironport</dc:creator>
      <dc:date>2008-03-27T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721427#M30</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan, &lt;BR /&gt;&lt;BR /&gt;The feature to append the safe search query string is coming in a future release. There is currently no way to force the Google safesearch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 23:02:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721427#M30</guid>
      <dc:creator>jowolfer</dc:creator>
      <dc:date>2008-03-27T23:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721428#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is good to hear.  Being that we are a K-12 school district, it is important for us to allow our students and teachers to do image searches.  With the current Ironport setup, the user must do a standard web search, and then click on the various links until they get a site that has a useable picture.  Given that the students only have an hour class time, time is of the essence and the extra effort this method takes is not efficient use of resources.  If we were a business this would really be a non issue.  With only two months of school left before the summer break, we can get along OK with what we have now.  Come August though, we will need to see about working something out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 04:33:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721428#M31</guid>
      <dc:creator>nathan.green_ironport</dc:creator>
      <dc:date>2008-04-03T04:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721429#M32</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;BR /&gt;&lt;BR /&gt;I really don't have a solid time frame on when this feature is to be released. I have noted the enhancment for this, so it will gain further visibility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 00:02:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721429#M32</guid>
      <dc:creator>jowolfer</dc:creator>
      <dc:date>2008-04-04T00:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721430#M33</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what I have setup for this one, is basically what people have suggested...&lt;BR /&gt;&lt;BR /&gt;created a custom category that is blocked, with the following content.&lt;BR /&gt;&lt;BR /&gt;.google\.com/preferences&lt;BR /&gt;images\.google\.com/setprefs&lt;BR /&gt;images\.google\.com/advanced_image_search&lt;BR /&gt;.google\.com\.au/preferences&lt;BR /&gt;images\.google\.com\.au/setprefs&lt;BR /&gt;images\.google\.com\.au/advanced_image_search&lt;BR /&gt;&lt;BR /&gt;This stops people from getting into preferences and by default, the search is set to "moderate". You cant FORCE safe search as it is not set by default, only moderate is the default.&lt;BR /&gt;&lt;BR /&gt;Yes, you can get around it by adding &amp;amp;safe=off into a url bar/search.&lt;BR /&gt;&lt;BR /&gt;Maybe something like in the mail relays, we might get content rules/filters where we can do something like..&lt;BR /&gt;&lt;BR /&gt;if domain = *google.com* { if safe = *Off* {   replace Off with On } }&lt;BR /&gt;&lt;BR /&gt;I dont know if something like this, in the way content filters work on the mail appliance could work as URL mashing tho... Thats the developers world..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:24:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721430#M33</guid>
      <dc:creator>daniel.hoffman_ironport</dc:creator>
      <dc:date>2008-07-02T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Google and other search engine Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721431#M34</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this been incorporated yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 01:14:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721431#M34</guid>
      <dc:creator>pmcglinchey</dc:creator>
      <dc:date>2009-08-26T01:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721432#M35</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pmcglinchey,&lt;BR /&gt;&lt;BR /&gt;This is currently scheduled for the 7.0 release which has no set ETA yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 22:46:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721432#M35</guid>
      <dc:creator>jowolfer</dc:creator>
      <dc:date>2009-08-26T22:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Configure Google Safe Search</title>
      <link>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721433#M36</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my environment, which is a K-12 public school of over 150,000 users, we implemented the custom categories and used the regex looking for the 'SafeSearch=Off'. &lt;BR /&gt;&lt;BR /&gt;Then instead of blocking the user, we redirected them to an internal hosted custom web page that was similar to all the other custom EUN pages. This page we redirected them to basically has these instructions notifying the user they have been blocked because of safe search settings and how to change:&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;You have attempted to access Image Content without using Safe Search. For instructions to enable Google Safe Search, follow the steps below. (Note: Please read all the instructions first before continuing.) &lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="http://www.google.com/preferences?hl=en" target="_blank"&gt;http://www.google.com/preferences?hl=en&lt;/A&gt; &lt;BR /&gt;Scroll down to the ‘SafeSearch Filtering’ section &lt;BR /&gt;Choose the radio button for 'Use moderate filtering (Filter explicit images only - default behavior)' &lt;BR /&gt;Scroll to the end of the page, on the right hand side, click 'Save Preferences' &lt;BR /&gt;To view further information on Google Safe Search filtering, click here. &lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 02:46:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/any-way-to-configure-google-safe-search/m-p/721433#M36</guid>
      <dc:creator>daveofferman</dc:creator>
      <dc:date>2009-10-22T02:46:59Z</dc:date>
    </item>
  </channel>
</rss>

