<?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/"
	>

<channel>
	<title>How To Survive The Claire Perry Internet &#187; Overblocking</title>
	<atom:link href="/tag/overblocking/feed/" rel="self" type="application/rss+xml" />
	<link>https://survivetheclaireperryinter.net</link>
	<description></description>
	<lastBuildDate>Fri, 16 Oct 2015 09:30:30 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>Filters Are For Coffee &#8211; Not The Internet</title>
		<link>https://survivetheclaireperryinter.net/2014/09/29/filters-are-for-coffee-not-the-internet/</link>
		<comments>https://survivetheclaireperryinter.net/2014/09/29/filters-are-for-coffee-not-the-internet/#comments</comments>
		<pubDate>Mon, 29 Sep 2014 20:14:00 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Evasion]]></category>
		<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Filter bypass]]></category>
		<category><![CDATA[Filter Evasion]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[bypass bt filter]]></category>
		<category><![CDATA[Cafe Nero]]></category>
		<category><![CDATA[Costa Coffee]]></category>
		<category><![CDATA[Evasion]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[Friendly WiFi]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[O2 Wifi]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Starbucks]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=568</guid>
		<description><![CDATA[Today is International Coffee Day so what better day to take the Open Rights Group tag line of &#8220;Filters Are For Coffee Not The Internet&#8221; and investigate the capabilities of the Internet filtering at various coffee locations. Costa Coffee / Cafe Nero &#8211; O2 Wifi DNS Spoofing: Partial MiTM SSL: No Deep Packet Inspection: Yes<br /><a class="moretag" href="/2014/09/29/filters-are-for-coffee-not-the-internet/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>Today is <a href="https://en.wikipedia.org/wiki/International_Coffee_Day">International Coffee Day</a> so what better day to take the Open Rights Group tag line of &#8220;Filters Are For Coffee Not The Internet&#8221; and investigate the capabilities of the Internet filtering at various coffee locations.</p>
<h2>Costa Coffee / Cafe Nero &#8211; O2 Wifi</h2>
<p><strong>DNS Spoofing:</strong> <span style="color: orange;">Partial</span><br />
<strong>MiTM SSL:</strong> <span style="color: green;">No</span><br />
<strong>Deep Packet Inspection:</strong> <span style="color: red;">Yes</span><br />
<strong>Destination IP Transit Interference:</strong> <span style="color: red;">Yes</span></p>
<p>O2 WiFi requires two-factor registration via a phone number and SMS claiming that it is a legal requirement. This is easily traversed with a disposable PAYG phone <em>(e.g. EE have a Nokia 106 for £4.99 &#8211; an excellent option for a burner phone).</em> Once you&#8217;ve completed the two-factor check <em>(the first being they record your MAC address)</em> you can start browsing.</p>
<p>The first thing to notice is that unlike their mobile offering the WiFi has several layers of filtering, some DNS queries are intercepted to send you to a block page and even if you resolve the A record out-of-band Squid will intercept and block.</p>
<p>If you manually query a 3rd party DNS server for the record in question then it appears to return normally.</p>
<p>This level of blocking however is hit and miss with domains such as the thepiratebay.se suffering the worst interference but others that are blocked by the default mobile filters <strong>aren&#8217;t</strong> blocked on the WiFi.</p>
<p>Thankfully all the usual bypass methods <em>(Tor, RoutingPacketsIsNotACrime.uk, SSH SOCKS5 tunnel and SSL)</em> work flawlessly despite the use of Squid and DNS interference.</p>
<p>Interestingly O2 have chosen to force Google to not allow SSL searching (so they can inspect the content and block stuff) which also means anyone else in the coffee shop can spy on your browsing. DuckDuckGo.com does still offer SSL searching and isn&#8217;t blocked.</p>
<h4>Breaking down an O2 Intercept</h4>
<p>The packet capture for this attempt to hit http://reddit.com/r/nsfw is <a href="/wp-content/uploads/2014/09/costa-1.pcapng">here</a>, the pertinent part of the HTTP transfer is below;</p>
<pre>GET /r/nsfw HTTP/1.1
User-Agent: curl/7.34.0
Host: reddit.com
Accept: */*

HTTP/1.1 200 OK
Date: Mon, 29 Sep 2014 10:28:51 GMT
X-Template: blacklisted
Content-Type: text/html
Content-Length: 195
Cache-Control: no-cache
X-Cache: MISS from Squid
Via: 1.1 Squid (squid/3.2.11)
Connection: keep-alive
&lt; !DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;meta http-equiv="refresh" content="0; url=https://www.o2wifi.co.uk/pages/n4?bd=http://reddit.com:80/r/nsfw"/&gt;
    &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>Despite getting the correct A records back from the nameservers in packet 5 we can see in packets 12 onwards that the O2 Squid server <em>(ironically the same software <a href="https://PacketFlagon.is">PacketFlagon.is</a> uses to <strong>bypass</strong> censorship!)</em> returns back some HTML with a meta refresh that instantly directs the browser to their block page.</p>
<p>As shown in <a href="/wp-content/uploads/2014/09/costa-get-intercept.pcapng">this packet capture</a> there is no IP/Host matching it is all done on the GET path and the Host header so Hosts files hacks won&#8217;t work either.</p>
<p>High Court blocks are solved using DNS and <a href="/wp-content/uploads/2014/09/costa-piratebay.pcapng">an attempt to resolve</a> thepiratebay.se returns 127.0.0.1.</p>
<p>Finally some other blocks such as the block of torproject.org are achieved by <a href="/wp-content/uploads/2014/09/costa-torproject-min.pcapng">just silently dropping the packets</a>.</p>
<div class="row pad-xs-5 pad-sm-10 pad-md-20 pad-lg-20" style="min-height:0; padding-top:0; padding-bottom:0;">
<div class="col-lg-12 col-md-12 col-sm-12" style="min-height:0; border-bottom:1px solid rgba(0,0,0,0.1); margin-top:10px; margin-bottom:10px; "></div>
</div>
<h2>Starbucks &#8211; BT / Friendly WiFi</h2>
<p>The people at Friendly WiFi appear to be quite zealous about blocking &#8220;pornography&#8221; and come out with ridiculous claims such as that by putting in their filtering one gets a &#8220;porn free city&#8221;</p>
<blockquote class="twitter-tweet" lang="en"><p>Thanks <a href="https://twitter.com/stephen_mosley">@stephen_mosley</a> for supporting our campaign to make Chester world&#39;s first  <a href="https://twitter.com/hashtag/pornfreecity?src=hash">#pornfreecity</a> <a href="https://twitter.com/chestertweetsuk">@chestertweetsuk</a> <a href="http://t.co/WlL4X1cOJv">pic.twitter.com/WlL4X1cOJv</a></p>
<p>&mdash; getmedigital.com (@getmedigital) <a href="https://twitter.com/getmedigital/status/514343530119323648">September 23, 2014</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>Thankfully their blocks are almost as easy to bypass as O2&#8242;s. Interestingly, unlike O2, Starbucks and BT don&#8217;t believe they are required to legally know who is using their WiFi and no registration is required.</p>
<p><strong>DNS Spoofing:</strong> <span style="color: red;">Yes</span><br />
<strong>MiTM SSL:</strong> <span style="color: green;">No</span><br />
<strong>Deep Packet Inspection:</strong> <span style="color: red;">Yes</span><br />
<strong>Destination IP Transit Interference:</strong> <span style="color: green;">No</span></p>
<p>Websites that are blocked due to sub-content <em>(e.g. reddit.com/r/nsfw)</em> are blocked over HTTP but accessible over SSL. Interestingly thepiratebay.se is reachable over SSL e.g.</p>
<pre class="code">curl -k -v https://194.71.107.27 -H 'Host: thepiratebay.se'</pre>
<p>Using PAC files such as RoutingPacketsIsNotACrime.uk was hit and miss and requires some more investigation but other bypass options such as SSL, Tor and using an SSH SOCKS5 tunnel all worked without issue.</p>
<p>BT also force Google to downgrade search to a non-ssl version which means others could monitor your search terms.</p>
<h4>Breaking down a BT Intercept</h4>
<p>When trying to hit reddit.com/r/nsfw <a href="/wp-content/uploads/2014/09/bt-reddit-nsfw-min.pcap">this packet capture</a> shows a HTTP 302 is returned rather than the site we&#8217;re after.</p>
<pre>GET /r/nsfw HTTP/1.1
User-Agent: curl/7.34.0
Accept: */*
Host: reddit.com

HTTP/1.1 302 Found
Location: http://217.41.225.106/redirect/starbucks/index.html</pre>
<p>An attempt to reach thepiratebay.se resulted in a forged DNS reply for 193.113.9.167 that simply displays the words &#8220;Error &#8211; site blocked&#8221;</p>
<p>Interestingly as shown <a href="/wp-content/uploads/2014/09/bt-pirate-bay-dns-bypass-min.pcap">in this packet capture</a>, resolving the A record out-of-band and then passing a HTTP request through works fine!</p>
<h2>Bonus &#8211; EE Hotspot</h2>
<p>During my travels between coffee shops I stumbled across an EE hotspot which had a completely different set of filtering as it uses OpenDNS.</p>
<p><strong>DNS Spoofing:</strong> <span style="color: red;">Yes</span><br />
<strong>MiTM SSL:</strong> <span style="color: green;">No</span><br />
<strong>Deep Packet Inspection:</strong> <span style="color: green;">No</span><br />
<strong>Destination IP Transit Interference:</strong> <span style="color: green;">No</span></p>
<p>Much like O2 you are required to register using a phone and EE uses <a href="http://picopoint.com">www.picopoint.com</a> to do this.</p>
<p>The filtering is very lax with reddit.com/r/nsfw and the Pirate Bay being allowed through however shock sites like rotten.com resolve to 67.215.65.130 which results in an OpenDNS block page.</p>
<p>Since the filtering is entirely DNS based out-of-band resolution, RoutingPacketsIsNotACrime, Tor and SSH SOCKS5 tunnels all work fine.</p>
<div class="row pad-xs-5 pad-sm-10 pad-md-20 pad-lg-20" style="min-height:0; padding-top:0; padding-bottom:0;">
<div class="col-lg-12 col-md-12 col-sm-12" style="min-height:0; border-bottom:1px dashed rgba(0,0,0,0.1); margin-top:10px; margin-bottom:10px; "></div>
</div>
<p>I&#8217;ve drank far too much coffee today and it&#8217;s a shame that public establishments feel it necessary to put censorship technology that performs excessive over-blocking <em>(how is torproject.org sexual?)</em> but at least it is still easy to bypass.</p>
<p><a href="/wp-content/uploads/2014/09/coffeecoffee.jpg" class="lightbox" ><img src="/wp-content/uploads/2014/09/coffeecoffee.jpg" alt="coffeecoffee" width="500" height="309" class="aligncenter size-full wp-image-579" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/09/29/filters-are-for-coffee-not-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Claire Perry &#8211; Ostrich or Hypocrite?</title>
		<link>https://survivetheclaireperryinter.net/2014/06/11/claire-perry-ostrich-or-hypocrite/</link>
		<comments>https://survivetheclaireperryinter.net/2014/06/11/claire-perry-ostrich-or-hypocrite/#comments</comments>
		<pubDate>Wed, 11 Jun 2014 13:14:53 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Activism]]></category>
		<category><![CDATA[Claire Perry]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=357</guid>
		<description><![CDATA[Claire Perry recently attended an event about tackling domestic violence So glad @claire4devizes could join us at our #Footballunited event this afternoon! &#8212; Women&#39;s Aid (@womensaid) June 10, 2014 Despite numerous reports of Internet filters causing overblocking of domestic abuse help websites including a warning from Woman&#8217;s Aid Chief Executive Polly Neate; Claire Perry is<br /><a class="moretag" href="/2014/06/11/claire-perry-ostrich-or-hypocrite/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>Claire Perry recently attended an event about tackling domestic violence</p>
<blockquote class="twitter-tweet" lang="en"><p>So glad <a href="https://twitter.com/claire4devizes">@claire4devizes</a> could join us at our <a href="https://twitter.com/search?q=%23Footballunited&amp;src=hash">#Footballunited</a> event this afternoon!</p>
<p>&mdash; Women&#39;s Aid (@womensaid) <a href="https://twitter.com/womensaid/statuses/476399257155825664">June 10, 2014</a></p></blockquote>
<p>Despite numerous reports of Internet filters causing overblocking of domestic abuse help websites including a warning from Woman&#8217;s Aid Chief Executive Polly Neate;</p>
<blockquote><p>Women’s Aid is warning that the new ‘porn filters’ used by most major internet service providers may be putting women experiencing domestic violence and others at risk.<br />
It has been revealed that filters used by all four major providers are blocking access to lifesaving websites providing information on domestic violence and sexual health.<br />
The charity is highlighting that it could be very dangerous for a woman experiencing domestic violence to ‘opt-in’ to domestic violence information sites, as her partner may check her computer and see she’s been accessing the information.<small>Polly Neate Dec 2013</small></p>
</blockquote>
<p>Claire Perry is insisting that such concerns and warnings are &#8220;peddling dangerous rubbish&#8221;</p>
<blockquote class="twitter-tweet" data-partner="tweetdeck"><p><a href="https://twitter.com/NetworkString">@NetworkString</a>-  as you know that is total fantasy but if it makes you happy to peddle that dangerous rubbish then hey, have a great day.</p>
<p>&mdash; Claire Perry  (@claire4devizes) <a href="https://twitter.com/claire4devizes/statuses/476399000497950720">June 10, 2014</a></p></blockquote>
<p>Is this MP simply sticking their head in the sand so as not to accept the damage they&#8217;ve caused or do they want to appear to be doing one thing regardless of what their actions actually cause?</p>
<p>How many children have been <a href="http://www.independent.co.uk/life-style/gadgets-and-tech/news/o2-changes-porn-filterafter-charity-sites-blocked-9023209.html">unable to reach the NSPCC or Childline website</a> and how many woman have been <a href="http://www.bbc.co.uk/news/uk-25430582">unable to reach rape or domestic abuse help websites</a> now that the filters are in place?</p>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/06/11/claire-perry-ostrich-or-hypocrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypassing EE&#8217;s Content Lock system without a credit card or identifying yourself</title>
		<link>https://survivetheclaireperryinter.net/2014/05/20/bypassing-ees-content-lock-system-without-a-credit-card-or-identifying-yourself/</link>
		<comments>https://survivetheclaireperryinter.net/2014/05/20/bypassing-ees-content-lock-system-without-a-credit-card-or-identifying-yourself/#comments</comments>
		<pubDate>Tue, 20 May 2014 08:00:30 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Evasion]]></category>
		<category><![CDATA[Filter bypass]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[webproxy]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=315</guid>
		<description><![CDATA[When you buy a service from EE it will be filtered at their moderate level by default, the other options are Strict and Off. Strict is designed to be safe for children and Off is for Adults. Of course even if you were to request that all filtering to be turned off it is still<br /><a class="moretag" href="/2014/05/20/bypassing-ees-content-lock-system-without-a-credit-card-or-identifying-yourself/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>When you buy a service from EE it will be filtered at their <a href="http://ee.co.uk/help/safety-and-security/my-digital-life/content-lock-and-orange-safeguard">moderate level</a> by default, the other options are <em>Strict</em> and <em>Off</em>.<br />
<em>Strict</em> is designed to be safe for children and <em>Off</em> is for Adults.</p>
<p>Of course even if you were to request that all filtering to be turned off it is still possible that you&#8217;ll fall foul of an incorrect IWF filter and be presented with the following page;<br />
<a class="lightbox" href="/wp-content/uploads/2014/05/ee-illegal.jpg"><img class="aligncenter size-medium wp-image-317" alt="ee-illegal" src="/wp-content/uploads/2014/05/ee-illegal-300x289.jpg" width="300" height="289" /></a></p>
<p>Putting the IWF and their secret blocklists aside there are many reasons you may not want to disclose information to EE or handover a credit card <em>(you might not have one for instance)</em> but still need to get past their filters that will block a <a href="http://www.cliterati.co.uk/">female centric &#8220;adult&#8221;</a> site that <a href="http://www.cliterati.co.uk/2014/05/censorship-and-the-porn-panic/">blogs about Censorship</a> due to the content of the copy but will quite happily let you visit LiveLeak.com and watch people get killed.</p>
<p>The good news is that the EE Content Lock is quite easy to circumnavigate.</p>
<p><strong>DNS Spoofing:</strong> <span style="color: green;">No</span><br />
<strong>MiTM SSL:</strong> <span style="color: green;">No</span><br />
<strong>Deep Packet Inspection:</strong> <span style="color: red;">Yes</span><br />
<strong>Destination IP Transit Interference:</strong> <span style="color: green;">No</span><br />
-<br />
<strong>Unique Reason for Block:</strong> <span style="color: red;">No</span><br />
<strong>Categorised Block:</strong> <span style="color: red;">No</span><br />
<strong>Ability to report incorrect block:</strong> <span style="color: red;">No</span></p>
<p>The goto advice is always to <a href="https://torproject.org">download Tor</a> as it will not only bypass all filtering but it will also help mask those who need to use Tor to aid in protecting their privacy.</p>
<p>If you aren&#8217;t comfortable with installing software such as Tor then you could follow our guide on <a href="/2014/01/10/building-a-socks5-proxy-with-a-digital-ocean-server/">Creating a SOCKS5 Proxy</a> which also works perfectly.</p>
<p>Finally the EE Content Lock system cannot MiTM SSL so even for blocked URLs such as <a href="http://reddit.com/r/nsfw">http://reddit.com/r/nsfw</a> <em>(note that reddit.com isn&#8217;t blocked but /r/nsfw is!)</em> can be accessed by using SSL.<br />
Unfortunately reddit relies heavily on Akamai so the SSL certificate will be incorrect and you really shouldn&#8217;t get in the habit of accepting incorrect SSL.</p>
<p>Whilst this post proves it is trivial to bypass Government co-erced filtering it is likely that there will soon be a call to make filtering mandatory and criminalising attempts at bypassing them.</p>
<p>The best way to prevent this is to <a href="https://www.writetothem.com/">write to your MP</a> and tell them that you don&#8217;t believe that any form of filtering has any place on the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/05/20/bypassing-ees-content-lock-system-without-a-credit-card-or-identifying-yourself/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>More Overblocking for reasons of &#8220;Sexual Orientation&#8221; &#8211; This time at Costa Coffee</title>
		<link>https://survivetheclaireperryinter.net/2014/05/19/more-overblocking-for-reasons-of-sexual-orientation-this-time-at-costa-coffee/</link>
		<comments>https://survivetheclaireperryinter.net/2014/05/19/more-overblocking-for-reasons-of-sexual-orientation-this-time-at-costa-coffee/#comments</comments>
		<pubDate>Mon, 19 May 2014 14:17:37 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[Costa Coffee]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[O2]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=342</guid>
		<description><![CDATA[It didn&#8217;t take long for more high profile websites to get overblocked by overzealous filters. PinkNews.co.uk reported today that it is blocked at Costa Coffee locations due to &#8220;Sexual Orientation&#8221;. Yes, we&#8217;ve got to protect those kids from the childhood corrupting influence of Gay news. But don&#8217;t worry, in the event that someone then planned<br /><a class="moretag" href="/2014/05/19/more-overblocking-for-reasons-of-sexual-orientation-this-time-at-costa-coffee/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>It didn&#8217;t take long for more high profile websites to get overblocked by overzealous filters.</p>
<p>PinkNews.co.uk <a href="http://www.pinknews.co.uk/2014/05/19/costa-coffee-blocks-pinknews-and-stonewall-using-sexual-orientation-firewall/">reported today</a> that it is blocked at Costa Coffee locations due to &#8220;Sexual Orientation&#8221;.</p>
<p>Yes, we&#8217;ve got to protect those kids from the childhood corrupting influence of Gay news.</p>
<p>But don&#8217;t worry, in the event that someone then planned on browsing to <a href="http://www.stonewall.org.uk/">Stonewall</a> to report what they may feel is an inappropriate block bordering on discrimination they&#8217;d find that Stonewall is blocked too.</p>
<p>Things are only going to get worse&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/05/19/more-overblocking-for-reasons-of-sexual-orientation-this-time-at-costa-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EE &#8211; Your Internet must be Filtered if *anyone* under 18 has access</title>
		<link>https://survivetheclaireperryinter.net/2014/05/16/ee-your-internet-must-be-filtered-if-anyone-under-18-has-access/</link>
		<comments>https://survivetheclaireperryinter.net/2014/05/16/ee-your-internet-must-be-filtered-if-anyone-under-18-has-access/#comments</comments>
		<pubDate>Fri, 16 May 2014 10:24:12 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[EE]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[SIM]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=275</guid>
		<description><![CDATA[So: when @EE enable Porn on your PAYG Wireless Broadband, you won&#39;t *believe* the Terms &#38; Conditions: pic.twitter.com/mpxiiKZBL9 &#8212; Alec Muffett (@AlecMuffett) May 16, 2014 So as an Adult it appears you are contractually obliged to be filtered if anyone under the age of 18 is going to &#8220;use&#8221; the SIM. And yet EE still<br /><a class="moretag" href="/2014/05/16/ee-your-internet-must-be-filtered-if-anyone-under-18-has-access/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<blockquote class="twitter-tweet" lang="en-gb"><p>So: when <a href="https://twitter.com/EE">@EE</a> enable Porn on your PAYG Wireless Broadband, you won&#39;t *believe* the Terms &amp; Conditions: <a href="http://t.co/mpxiiKZBL9">pic.twitter.com/mpxiiKZBL9</a></p>
<p>&mdash; Alec Muffett (@AlecMuffett) <a href="https://twitter.com/AlecMuffett/statuses/467231815338819584">May 16, 2014</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>So as an Adult it appears you are contractually obliged to be filtered if anyone under the age of 18 is going to &#8220;use&#8221; the SIM.</p>
<p>And yet EE still don&#8217;t tell you exactly what else it is that you&#8217;ll be blocked from seeing as their block lists aren&#8217;t public.</p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/05/16/ee-your-internet-must-be-filtered-if-anyone-under-18-has-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Claire Perry Proves Once Again That She Has No Idea What She Is Talking About</title>
		<link>https://survivetheclaireperryinter.net/2014/02/05/claire-perry-proves-once-again-that-she-has-no-idea-what-she-is-talking-about/</link>
		<comments>https://survivetheclaireperryinter.net/2014/02/05/claire-perry-proves-once-again-that-she-has-no-idea-what-she-is-talking-about/#comments</comments>
		<pubDate>Wed, 05 Feb 2014 18:01:42 +0000</pubDate>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Claire Perry]]></category>
		<category><![CDATA[Overblocking]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=217</guid>
		<description><![CDATA[Two days after internet porn-blocking campaigner MP Claire Perry announced ISP filters were not overblocking content, the government has announced it is. On top of that Ms Perry consistently berates her constituents and steadfastly sticks to the story that filters aren&#8217;t overblocking; &#160; @weborguk do grow up. Or perhaps get on with some work like the rest<br /><a class="moretag" href="/2014/02/05/claire-perry-proves-once-again-that-she-has-no-idea-what-she-is-talking-about/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>Two days after internet porn-blocking campaigner MP Claire Perry <a href="http://www.wired.co.uk/news/archive/2014-01/29/claire-perry-overblocking-banning">announced ISP filters were not overblocking content</a>, the <a href="http://www.bbc.co.uk/news/technology-25962555">government has announced it is</a>.</p>
<p>On top of that Ms Perry consistently berates her constituents and steadfastly sticks to the story that filters aren&#8217;t overblocking;</p>
<p>&nbsp;</p>
<blockquote class="twitter-tweet" lang="en"><p><a href="https://twitter.com/weborguk">@weborguk</a> do grow up. Or perhaps get on with some work like the rest of us are trying to do!</p>
<p>&mdash; Claire Perry (@claire4devizes) <a href="https://twitter.com/claire4devizes/statuses/431119084324126720">February 5, 2014</a></p></blockquote>

<blockquote class="twitter-tweet" lang="en"><p><a href="https://twitter.com/mrowebot">@mrowebot</a> <a href="https://twitter.com/graphiclunarkid">@graphiclunarkid</a> afraid that&#39;s total rubbish too. Filters are current device level (or better) lifted to home network.</p>
<p>&mdash; Claire Perry (@claire4devizes) <a href="https://twitter.com/claire4devizes/statuses/431116927730483200">February 5, 2014</a></p></blockquote>

<blockquote class="twitter-tweet" lang="en"><p><a href="https://twitter.com/graphiclunarkid">@graphiclunarkid</a> This is a classic example of the total rubbish talked about giving families more help to manage internet access.</p>
<p>&mdash; Claire Perry (@claire4devizes) <a href="https://twitter.com/claire4devizes/statuses/431053322334642177">February 5, 2014</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/02/05/claire-perry-proves-once-again-that-she-has-no-idea-what-she-is-talking-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sky Overblocks and takes out JQuery</title>
		<link>https://survivetheclaireperryinter.net/2014/01/27/sky-overblocks-and-takes-out-jquery/</link>
		<comments>https://survivetheclaireperryinter.net/2014/01/27/sky-overblocks-and-takes-out-jquery/#comments</comments>
		<pubDate>Mon, 27 Jan 2014 07:08:10 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[Sky]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=212</guid>
		<description><![CDATA[ThinkBroadband (amongst others) has reported that Sky has yet again overblocked a website. This time it was code.jquery.com which a lot of other websites rely on to serve the well know Javascript frameworks core files from. Things like this are bound to happen, were predicted to happen and will continue to happen, causing untold damage to businesses<br /><a class="moretag" href="/2014/01/27/sky-overblocks-and-takes-out-jquery/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>ThinkBroadband <em>(amongst others)</em> has <a href="http://www.thinkbroadband.com/news/6261-sky-parental-controls-break-jquery-website.html">reported</a> that Sky has yet again overblocked a website.</p>
<p>This time it was code.jquery.com which a lot of other websites rely on to serve the well know Javascript frameworks core files from.</p>
<p>Things like this are bound to happen, were predicted to happen and will continue to happen, causing untold damage to businesses and people.</p>
<blockquote><p><i>JQuery was temporary blocked this morning having been misclassified. Our review process kicked in shortly afterwards and the site was unblocked just over an hour later.</i><small>Sky</small></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/01/27/sky-overblocks-and-takes-out-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>League of Legends patches intercepted by DPI / URL Filters</title>
		<link>https://survivetheclaireperryinter.net/2014/01/20/league-of-legends-patches-intercepted-by-dpi-url-filters/</link>
		<comments>https://survivetheclaireperryinter.net/2014/01/20/league-of-legends-patches-intercepted-by-dpi-url-filters/#comments</comments>
		<pubDate>Mon, 20 Jan 2014 13:31:13 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Deep Packet Inspection]]></category>
		<category><![CDATA[DPI]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[TalkTalk]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=201</guid>
		<description><![CDATA[LazyGamer.net has reported that patches being rolled out for League Of Legends has been blocked due to incidental filenames. What is obviously quite scary about this revelation is that it means that this might not just be a simple URL or DNS based block but could be indicative of the far more intrusive Deep Packet<br /><a class="moretag" href="/2014/01/20/league-of-legends-patches-intercepted-by-dpi-url-filters/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.lazygamer.net/general-news/league-of-legends-patches-bugged-by-uk-porn-filter/">LazyGamer.net has reported that</a> patches being rolled out for League Of Legends has been blocked due to incidental filenames.</p>
<blockquote><p>If your patcher logs show many lines like this:</p>
<p>RADS::Common::HTTPConnection::GetFile: File not found</p>
<p>And that happens with files with a name similar to this:</p>
<p>Varu<strong>sEx</strong>pirationTimer.luaobj</p>
<p>XerathMageChain<strong>sEx</strong>tended.luaobj</p>
<p>The cause is that your provider is blocking any URLs that contain any pornographic content. Apparently that includes cases like this. An other cause are Router protection settings, which may also block the word sex.</p>
<p>If you are experiencing this problem, you can try to get the whole LoL folder zipped from a friend every time you patch, or just call your ISP to lift the blockade.</p>
<p>Edit: This should only happen to people who switch or signup with new ISPs after a certain date (I’m assuming 1st Jan). The filter won’t be on by default to any existing customers, at least it won’t on BT, so most people will be unaffected. If the filter is on, all it takes is a call to your ISP and it’s off. (thanks to <a href="http://www.reddit.com/u/mejti">/u/mejti</a> )</p>
<p>Edit2: Read this: <a href="http://www.huffingtonpost.com/2013/07/29/uk-internet-filter-block-more-than-porn_n_3670771.html">http://www.huffingtonpost.com/2013/07/29/uk-internet-filter-block-more-than-porn_n_3670771.html</a><small>http://www.reddit.com/user/LoLBoompje</small></p>
</blockquote>
<p>What is obviously quite scary about this revelation is that it means that this might not just be a simple URL or DNS based block but could be indicative of the far more intrusive Deep Packet Inspection technology rolled out by China and TalkTalk.</p>
<p>It&#8217;s not a long shot to fear that games will start breaking or gamers will get accused of cheating by software such as <a href="https://support.steampowered.com/kb_article.php?ref=7849-Radz-6869">Steams VAC</a> if ISPs start blocking data <em>(e.g. chat messages or server instructions)</em> that contain naughty words.</p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/01/20/league-of-legends-patches-intercepted-by-dpi-url-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lord asks &#8220;Shouldn&#8217;t Filters (that don&#8217;t work) be compulsory?&#8221;</title>
		<link>https://survivetheclaireperryinter.net/2014/01/17/lord-asks-shouldnt-filters-that-dont-work-be-compulsory/</link>
		<comments>https://survivetheclaireperryinter.net/2014/01/17/lord-asks-shouldnt-filters-that-dont-work-be-compulsory/#comments</comments>
		<pubDate>Fri, 17 Jan 2014 13:52:41 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Evasion]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[webproxy]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=195</guid>
		<description><![CDATA[On the same day that the BBC reports that &#8220;Children can turn off Net Filters&#8221; a LibDem Lord has asked whether the choice of filtering should be taken out of parents (read everyone&#8217;s) hands and be made compulsory Within weeks of the filters that everyone predicted would herald a slippery slope to mandatory filtering with<br /><a class="moretag" href="/2014/01/17/lord-asks-shouldnt-filters-that-dont-work-be-compulsory/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>On the same day that the BBC reports that &#8220;<a href="http://www.bbc.co.uk/news/technology-25759345">Children can turn off Net Filters</a>&#8221; a LibDem Lord has asked whether the choice of filtering should be taken out of parents <em>(read everyone&#8217;s)</em> hands <a href="http://www.theyworkforyou.com/lords/?id=2014-01-16a.393.2#g398.0">and be made compulsory</a></p>
<blockquote><p>I also welcome the recognition by the <a title="http://en.wikipedia.org/wiki/Prime_Minister_of_the_United_Ki ngdom" href="http://www.theyworkforyou.com/glossary/?gl=264">Prime Minister</a> and the <a title="Secretary of State was originally the title given to the two officials who..." href="http://www.theyworkforyou.com/glossary/?gl=23">Secretary of State</a> for Culture, Media and Sport of the need for adequate filtering to protect young people from online abuse. However, as was discussed in this House only recently with the Online Safety Bill of the noble Baroness, Lady Howe, should we not be making filtering compulsory? Is it enough simply to leave it up to parents to make the choice about appropriate safety features?<small>Lord Clement-Jones</small></p>
</blockquote>
<p>Within weeks of the filters that everyone predicted would herald a slippery slope to mandatory filtering with ever encroaching levels of censorship going online we&#8217;ve already started to slide.</p>
<p>Now more than ever you need to start teaching your friends and family <a href="/">how to survive the Claire Perry Internet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/01/17/lord-asks-shouldnt-filters-that-dont-work-be-compulsory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More smackdowns for the UK Police / Government</title>
		<link>https://survivetheclaireperryinter.net/2014/01/12/more-smackdowns-for-the-uk-police-government/</link>
		<comments>https://survivetheclaireperryinter.net/2014/01/12/more-smackdowns-for-the-uk-police-government/#comments</comments>
		<pubDate>Sun, 12 Jan 2014 14:26:39 +0000</pubDate>
		<dc:creator><![CDATA[Op]]></dc:creator>
				<category><![CDATA[Censorship Reporting]]></category>
		<category><![CDATA[Unblock / UTurn]]></category>
		<category><![CDATA[AAISP]]></category>
		<category><![CDATA[Activism]]></category>
		<category><![CDATA[EasyDNS]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[Overblocking]]></category>
		<category><![CDATA[uturn]]></category>

		<guid isPermaLink="false">https://survivetheclaireperryinter.net/?p=3</guid>
		<description><![CDATA[TechDirt have reported that EasyDNS have been victorious in their pursuit of due process when it comes to seizure of Domains by the City of London Police. As you may be aware, the City of London Police&#8217;s new intellectual property crime unit took it upon themselves to seize domains they believed were involved in copyright infringement<br /><a class="moretag" href="/2014/01/12/more-smackdowns-for-the-uk-police-government/">Continue reading...</a>]]></description>
				<content:encoded><![CDATA[<p>TechDirt have <a href="http://www.techdirt.com/articles/20140109/09444625820/turns-out-city-london-police-cannot-force-domain-registrars-to-block-transfers-sites-just-because-it-says-so.shtml">reported</a> that EasyDNS have been victorious in their pursuit of due process when it comes to seizure of Domains by the City of London Police.</p>
<p>As you may be aware, the City of London Police&#8217;s new intellectual property crime unit took it upon themselves to seize domains they believed were involved in copyright infringement and some registrars co-operated without even asking for a warrant or court order.</p>
<p>Thankfully EasyDNS had this to say;</p>
<blockquote><p>Who decides what is illegal? What makes somebody a criminal?  Given that the subtext of the request contains a threat to refer the matter to ICANN if we don&#8217;t play along, this is a non-trivial question. Correct me if I&#8217;m wrong, but I always thought it was something that gets decided in a <em><strong>c</strong><strong>ourt of</strong> <strong>law</strong></em>, as opposed to &#8220;some guy on the internet&#8221; sending emails. While that&#8217;s plenty reason enough for some registrars to take down domain names, it doesn&#8217;t fly here.</p>
<p>We have an obligation to our customers and we are bound by our Registrar Accreditation Agreements <b>not</b> to make arbitrary changes to our customers settings without a <b>valid </b>FOA <em>(Form of Authorization)</em>. To supersede that we need a <strong>legal </strong>basis. To get a legal basis something has to happen <strong><em>in</em><em> court.</em></strong></p>
<p>The request also suggests we look at the whois contact information for the domain (which looks perfectly valid) and go ahead and suspend the domain based on invalid whois data. Again, there&#8217;s a <em><strong>process</strong></em> for that, you have to go through the <a href="http://www.icann.org/en/resources/compliance/complaints/whois/inaccuracy-form" target="_blank">ICANN Whois Inaccuracy Complaint </a>process and most of the time that doesn&#8217;t result in a takedown anyway.</p>
<p>What gets me about all of this is that the largest, most egregious perpetrators of online criminal activity right now are our own governments, spying on their own citizens, illegally wiretapping our own private communications and <em>nobody cares</em>, nobody will answer for it, it&#8217;s just an out-of-scope conversation that is expected to blend into the overall background malaise of our ever increasing serfdom.</p>
<p>If I can&#8217;t make various governments and law enforcement agencies get warrants or court orders before they crack my private communications then I can at least  require a court order before I takedown my own customer.<small>EasyDNS</small></p>
</blockquote>
<p>Sounds interestingly similar to <a href="/why-blocks-are-bad/">Andrews &amp; Arnold&#8217;s reasons</a> as to why they don&#8217;t like blocks doesn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>https://survivetheclaireperryinter.net/2014/01/12/more-smackdowns-for-the-uk-police-government/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
