<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Secure Pro | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/5951</link>
    <description>Recent comments on userscript: Google Secure Pro</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Master of Puppets @ Sat, 02 Aug 2008 12:29:42 -0500</title>
      <description>&lt;p&gt;Yes, Google goofed on that:)&lt;/p&gt;</description>
      <pubDate>Sat, 02 Aug 2008 12:29:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24435</guid>
      <author>Master of Puppets</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
    <item>
      <title>Archived Comments, replied by contarc @ Fri, 25 Jul 2008 12:04:01 -0500</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://gmailblog.blogspot.com/2008/07/making-security-easier.html&quot;&gt;http://gmailblog.blogspot.com/2008/07/making-se...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Google finally adds 'always use https' option to Gmail.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jul 2008 12:04:01 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24436</guid>
      <author>contarc</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
    <item>
      <title>Archived Comments, replied by contarc @ Thu, 24 Jul 2008 18:33:02 -0500</title>
      <description>&lt;p&gt;FF3user:  Here is a thread addressing your question.   &lt;a href=&quot;http://bytes.com/forum/thread148000.html&quot;&gt;http://bytes.com/forum/thread148000.html&lt;/a&gt;   Basically it boils down to it being implied when you do not specify 'window'.&lt;/p&gt;

&lt;p&gt;Differences between Google Secure and Google Secure Pro:&lt;/p&gt;

&lt;p&gt;Google Secure forces SSL on 
&lt;br /&gt;&lt;a href=&quot;https://www.google.com/accounts/&quot;&gt;https://www.google.com/accounts/&lt;/a&gt;* 
&lt;br /&gt;&lt;a href=&quot;https://www.google.com/a/&quot;&gt;https://www.google.com/a/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://mail.google.com/a/&quot;&gt;http://mail.google.com/a/&lt;/a&gt;*.&lt;/p&gt;

&lt;p&gt;Google Secure Pro forces SSL on 
&lt;br /&gt;&lt;a href=&quot;http://mail.google.com/&quot;&gt;http://mail.google.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://www.google.com/calendar/&quot;&gt;http://www.google.com/calendar/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://docs.google.com/&quot;&gt;http://docs.google.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://spreadsheets.google.com/&quot;&gt;http://spreadsheets.google.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://www.google.com/reader/&quot;&gt;http://www.google.com/reader/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://www.google.com/bookmarks/&quot;&gt;http://www.google.com/bookmarks/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://www.google.com/history/&quot;&gt;http://www.google.com/history/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://groups.google.com/&quot;&gt;http://groups.google.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://sites.google.com/&quot;&gt;http://sites.google.com/&lt;/a&gt;*&lt;/p&gt;

&lt;p&gt;I do not include google.com/accounts because this page is already SSL forced.  Same with google.com/health.&lt;/p&gt;

&lt;p&gt;No idea why Google doesn't force Gmail to use this by default.  It's just plain silly on their part.&lt;/p&gt;</description>
      <pubDate>Thu, 24 Jul 2008 18:33:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24437</guid>
      <author>contarc</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
    <item>
      <title>Archived Comments, replied by FF3user @ Wed, 11 Jun 2008 15:43:20 -0500</title>
      <description>&lt;p&gt;Hey...
&lt;br /&gt;What difference does it do, not having 'window' in the code like your script doesn't?:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;location.href = location.href.replace(/^http:/, 'https:');
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;Contrary to this:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;window.location.href = window.location.href.replace(/^http:/, 'https:');
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;Like the &lt;a href=&quot;http://userscripts.org/scripts/show/8311&quot;&gt;http://userscripts.org/scripts/show/8311&lt;/a&gt; 'Google Secure' script have.&lt;/p&gt;

&lt;p&gt;And what is the difference between your script and this script: &lt;a href=&quot;http://userscripts.org/scripts/show/26175&quot;&gt;http://userscripts.org/scripts/show/26175&lt;/a&gt; 'Secure GMail'?&lt;/p&gt;

&lt;p&gt;Also: Why doesn't Gmail do this by default? Why not use https all the time? there must be a reason?&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jun 2008 15:43:20 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24438</guid>
      <author>FF3user</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
    <item>
      <title>Archived Comments, replied by LilJonny53 @ Mon, 31 Mar 2008 22:04:31 -0500</title>
      <description>&lt;p&gt;very nice (note: be sure to adjust other scripts, that you may have installed, that apply to the Google service affected by this script, so the scripts continue to work correctly with the change in security configuration)&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 22:04:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24439</guid>
      <author>LilJonny53</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
    <item>
      <title>Archived Comments, replied by gabedibble @ Sun, 08 Apr 2007 16:40:18 -0500</title>
      <description>&lt;p&gt;&lt;b&gt;Author:&lt;/b&gt; Please check out &lt;a href=&quot;http://userscripts.org/scripts/show/2296&quot;&gt;&lt;b&gt;User Script Updates&lt;/b&gt;&lt;/a&gt; - simply update the header of your script and your users will be able to receive change-notification when you improve this script&lt;/p&gt;</description>
      <pubDate>Sun, 08 Apr 2007 16:40:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24440</guid>
      <author>gabedibble</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:06:05 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:06:05 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10753:24434</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/10753</link>
    </item>
  </channel>
</rss>
