<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Polymorph &#187; Security</title>
	<atom:link href="http://zak.greant.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://zak.greant.com</link>
	<description>Zak Greant&#039;s Blog</description>
	<lastBuildDate>Sun, 02 Jan 2011 04:19:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
		<item>
		<title>HTTPS-Everywhere Rule for Mediawiki.org</title>
		<link>http://zak.greant.com/https-everywhere-rule-for-mediawiki-org/</link>
		<comments>http://zak.greant.com/https-everywhere-rule-for-mediawiki-org/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 04:19:08 +0000</pubDate>
		<dc:creator>Zak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EFF]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[HTTPS-Everywhere]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://zak.greant.com/?p=1609</guid>
		<description><![CDATA[The Electronic Frontier Foundation&#8216;s HTTPS-Everywhere is a Firefox plugin designed to help make your web surfing experience more secure by routing you to the HTTPS connections that are available for some popular websites (like Twitter and Wikipedia).  The plugin also allows you to add custom rules. Here&#8217;s a rule to automatically route Wikipedia.org links opened [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://www.eff.org">Electronic Frontier Foundation</a>&#8216;s <a href="https://www.eff.org/https-everywhere">HTTPS-Everywhere</a> is a Firefox plugin designed to help make your web surfing experience more secure by routing you to the HTTPS connections that are available for some popular websites (like Twitter and Wikipedia).  The plugin also <a href="https://www.eff.org/https-everywhere/rulesets">allows you to add custom rules</a>. Here&#8217;s a rule to automatically route Wikipedia.org links opened in Firefox over to the encrypted connection available at https://secure.wikimedia.org.</p>
<pre style="padding-left: 30px;">&lt;ruleset name="MediaWiki"&gt;
    &lt;target host="mediawiki.org" /&gt;
    &lt;target host="*.mediawiki.org" /&gt;
<pre>    &lt;rule from="^http://(www\.)?mediawiki\.org/(.+)"
          to="https://secure.wikimedia.org/wikipedia/mediawiki/$2" /&gt;

    &lt;rule from="^http://(www\.)?mediawiki\.org"
          to="https://secure.wikimedia.org/wikipedia/mediawiki/wiki" /&gt;
&lt;/ruleset&gt;</pre>
</pre>
<p>The plugin is particularly useful in that it intercepts URLs opened by third party apps and converts them over to their secure equivalents (so long as the relevant rules have been written correctly.)</p>
<p>To install the script, save it as <tt>Mediawiki.xml</tt> in the <tt>HTTPSEverywhereUserRules</tt> directory of your Firefox user profile.  See more detailed instructions at <a href="https://www.eff.org/https-everywhere/rulesets">https://www.eff.org/https-everywhere/rulesets</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzak.greant.com%2Fhttps-everywhere-rule-for-mediawiki-org%2F&amp;title=HTTPS-Everywhere%20Rule%20for%20Mediawiki.org"><img src="http://zak.greant.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://zak.greant.com/https-everywhere-rule-for-mediawiki-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

