<?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>Orzeszek Blog &#187; Technology</title>
	<atom:link href="http://www.orzeszek.org/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.orzeszek.org/blog</link>
	<description>An inchoate upside-down perspective</description>
	<lastBuildDate>Sun, 25 Jul 2010 03:21:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix Missing eth0 When Cloning Ubuntu VMware Virtual Machines</title>
		<link>http://www.orzeszek.org/blog/2010/07/25/fix-missing-eth0-when-cloning-ubuntu-vmware-virtual-machines/</link>
		<comments>http://www.orzeszek.org/blog/2010/07/25/fix-missing-eth0-when-cloning-ubuntu-vmware-virtual-machines/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:18:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=1022</guid>
		<description><![CDATA[I ran into an annoyance trying to clone some Ubuntu LAMP virtual machines that I was using for website development. Every time I cloned the virtual machine, eth0 would go missing, and ifconfig would show only the loopback device, lo.
It turns out that when you clone a VMware virtual machine, the cloned virtual machine’s network [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I ran into an annoyance trying to clone some Ubuntu LAMP virtual machines that I was using for website development. Every time I cloned the virtual machine, <strong>eth0</strong> would go missing, and <strong>ifconfig</strong> would show only the loopback device, <strong>lo</strong>.</p>
<p><a href="http://muffinresearch.co.uk/archives/2008/07/13/vmware-siocsifaddr-no-such-device-eth0-after-cloning/">It turns out</a> that when you clone a VMware virtual machine, the cloned virtual machine’s network interface gets a new MAC address (which, of course, it must to work on the same LAN). But Ubuntu, and many other Linux distributions, cache the old MAC address in a configuration file.</p>
<p>In Ubuntu, the file is <strong>/etc/udev/rule.d/70-persistent-net.rules</strong>. After cloning, it will contain a reference to the old network interface as <strong>eth0</strong>:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2010/07/70-persistent-net-rules-vi-before.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2010/07/70-persistent-net-rules-vi-before-500x375.png" alt="" title="/etc/udev/rule.d/70-persistent-net.rules showing cached eth0" width="500" height="375" class="aligncenter size-large wp-image-1023 orz-img-border" /></a></p>
<p>The easiest way to fix this problem is to simply delete the file. Ubuntu will regenerate it properly the next time it boots up.</p>
<blockquote><p><code>sudo rm /etc/udev/rule.d/70-persistent-net.rules</code></p></blockquote>
<p>After deleting the file, you need to reboot. After rebooting, <strong>ifconfig</strong> should show <strong>eth0</strong> and everything should just work.</p>
<p>If you’re feeling less adventurous, you can rename the file to <strong>*.old</strong> so that you can restore it if something doesn’t work:</p>
<blockquote><p><code>sudo mv /etc/udev/rule.d/70-persistent-net.rules /etc/udev/rule.d/70-persistent-net.rules.old</code></p></blockquote>
<p>You can also edit the file to remove the old reference to <strong>eth0</strong>, and rename the new <strong>eth1</strong> reference to <strong>eth0</strong>. But deleting the file and rebooting seems more convenient.</p>
<p class="note">The relevant filename is slightly different in other Linux distributions. For example, in Debian, the filename is <strong>/etc/udev/rules.d/z25_persistent-net.rules</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2010/07/25/fix-missing-eth0-when-cloning-ubuntu-vmware-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antivirus Software To Become Mandatory?</title>
		<link>http://www.orzeszek.org/blog/2010/07/01/antivirus-software-to-become-mandatory/</link>
		<comments>http://www.orzeszek.org/blog/2010/07/01/antivirus-software-to-become-mandatory/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 00:00:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[antivirus]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=1009</guid>
		<description><![CDATA[This article was originally published on 24 June 2010 on newmatilda.com.

Earlier this week, the Standing Committee on Communications tabled a report on its yearlong inquiry into cybercrime. The report, headed Hackers, Fraudsters and Botnets: Tackling the Problem of Cyber Crime makes 34 recommendations aimed at improving computer security in Australia. One of them in particular [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="note">This article was originally published on 24 June 2010 on <a href="http://newmatilda.com/2010/06/24/antivirus-software-become-mandatory">newmatilda.com</a>.</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2010/06/padlocked-computer.jpg" alt="" title="Padlocked computer" width="251" height="172" class="alignright size-full wp-image-1010 orz-img-border" /></p>
<p>Earlier this week, the Standing Committee on Communications tabled a <a href="http://www.aph.gov.au/house/committee/coms/cybercrime/report/full_report.pdf">report</a> on its yearlong inquiry into cybercrime. The report, headed <em>Hackers, Fraudsters and Botnets: Tackling the Problem of Cyber Crime</em> makes 34 recommendations aimed at improving computer security in Australia. One of them in particular — a proposed industry code requiring Australians to install and maintain antivirus and firewall software to access the internet — has <a href="http://www.smh.com.au/technology/security/secure-your-pc-or-lose-the-net-20100622-yuf5.htmlhttp:/www.smh.com.au/technology/security/secure-your-pc-or-lose-the-net-20100622-yuf5.html">sparked some debate</a>.</p>
<p>To assess the merits of that recommendation, it is necessary to understand how ISPs are presently (mostly not) regulated in the area of cyber security, and what exactly the report proposes to change.</p>
<p>The Internet Industry Association (IIA), a group representing ISPs, is largely responsible for writing the codes that regulate them. In relation to cyber security, the IIA recently released a <em>voluntary</em> <a href="http://iia.net.au/images/resources/pdf/icode-v1.pdf">code of practice</a> titled <em>icode</em>. Among other things, this code lists a number of steps that ISPs may take when they become aware of malware-infected machines on their networks (such as notifying the user or disconnecting the user from the internet), but it leaves it up to the relevant ISP to decide which course of action is appropriate in the circumstances.</p>
<p>The current code is thus doubly voluntary. First, the code itself is voluntary, so ISPs can choose not to comply with it at all, and, second, ISPs that choose to comply with the code are not required to take any particular steps in relation to malware-infected machines on their network. That is, the current code does not provide for any mandatory steps to be taken in relation to malware-infected machines on ISPs’ networks. And in no way does it require users to install and maintain antivirus and firewall software.</p>
<p>The first thing that the new report proposes to change is to have an industry code that is registered. The Australian Communications and Media Authority (ACMA) presently has a power under the <em>Telecommunications Act 1997</em> (Cth) to register industry codes that deal with certain things. Where such an industry code is registered, ACMA can direct an ISP to comply with the code. Failure to comply with such a direction exposes the ISP to a civil penalty of up to $250,000 per breach. A registered industry code is thus effectively mandatory.</p>
<p><span id="more-1009"></span></p>
<p>Next, if the recommendations were adopted, ISPs would be required to take certain <em>mandatory</em> steps when malware-infected machines are found on their networks. Specifically, they would be required to notify the relevant users and implement graduated access restrictions (including disconnection) until the relevant machines are cleaned. Importantly, the report does not propose to require immediate disconnection of users whose machines are infected with malware, but rather a graduated response, where disconnection would presumably be the last step. This is important in particular because removal of malware often depends on the installation of up-to-date antivirus software, which is usually obtained online.</p>
<p>Most notably, though, the proposed code would require ISPs to include a contractual term in their acceptable use policies requiring users to install and maintain antivirus and firewall software before accessing the internet. It is this requirement that has raised the most eyebrows.</p>
<p>The most readily apparent problem with this recommendation is that enforcement would be impractical. The proposed code would require a new term in the contract between the ISP and the user, which could only be legally enforced by the ISP (and not, for example, by ACMA). It is not clear whether ISPs would be motivated to enforce these new contractual obligations. Most ISPs’ acceptable use policies currently prohibit the use of their services to infringe copyright, yet as the content industry will tell you, ISPs have not exactly been zealous in policing that part of their policies.</p>
<p>But even if the code required ISPs to actually enforce their contractual rights, for example by disconnecting users who did not comply, it would not be practical for ISPs to verify that their users have up-to-date antivirus and firewall software installed. Arguing that ISPs could manage this task, prominent cyber-security consultant Alastair MacGibbon has made the following point:</p>
<blockquote><p>There is software available which could be on end-user machines that would allow my ISP, as I log in, to check that I have my firewall turned on, that I have an antivirus that they approve or recommend installed on my computer, and that my operating system and browser are patched — and if those things aren’t met then [my ISP would not] give me [access].</p></blockquote>
<p>However, such software only works with certain antivirus and firewall products and only works on certain operating systems. And it would put ISPs in the position where they would have to approve particular antivirus and firewall software before users could use it, significantly limiting consumer choice. Approaching the issue of computer security this way appears to create more problems than it solves. Should ISPs be allowed — let alone forced — to dictate what antivirus and firewall products their users may use and what operating systems they may run? And should users be forced to install software from their ISPs that reports back what software they are running to their ISPs?</p>
<p>The other problem with the recommendation is that it is not clear what exactly users would be required to do to comply with these new contractual obligations. Would antivirus and firewall software need to be installed on <em>all</em> devices connected to the user’s network? Antivirus and firewall software for iPhones and iPads, for example, is not available or even possible presently. And there are many other devices for which such software is not as readily available as it is for Windows, including computers running Mac OS X and Linux (arguably because those devices do not need them to the same extent).</p>
<p>The question which then arises is whether any of this is really necessary. Most broadband connections are already provided using a modem-router that doubles as a firewall, and Windows itself (like most other operating systems) already includes a firewall that is on by default. While comprehensive antivirus software is not included with Windows itself (or most other operating systems), free solutions, including <a href="http://www.microsoft.com/security_essentials/">Microsoft Security Essentials</a> are readily available. It is not clear how including a contractual term that most users will never read would be any more effective at encouraging use of appropriate security software than would educating users about the need for such software at the time they are provided with internet access (and perhaps via periodic reminders).</p>
<p>Notwithstanding the somewhat controversial recommendations discussed above, it is worth mentioning that the report does cover a lot of ground and makes many other good recommendations. They deal with three areas: aggregation and distribution of data about cybercrime, updating criminal and civil enforcement laws, and educating the public about computer security.</p>
<p>The report recommends setting up coordinated systems to gather and share information about cybercrime, with the aim of using that information to improve responses to online threats. Among other things, this would include developing a reporting system aimed at consumers and small and medium sized businesses, consisting of a centralised portal for reporting cybercrime (including malware, spam, phishing, scams, identity theft, and fraud) and a 24/7 reporting and helpline.</p>
<p>Criminal laws dealing with cybercrime would be reviewed and updated where necessary, and the Australian Consumer Law would be amended in two notable ways. First, consumers would gain a specific right to sue for unauthorised installation of software that monitors, collects, and discloses information about consumers’ activities (ie, spyware). Second, consumers would gain a right to sue a manufacturer for loss caused by a product that was released onto the Australian market with known security vulnerabilities.</p>
<p>Finally, and perhaps most importantly, the report sets out steps to improve community awareness of computer security issues. It does this in two ways. First, the report proposes a ‘public health style campaign’ to deliver messages about computer security issues as well as appropriate behaviours and technical precautions that users should take. Second, the report recommends specific changes to the law requiring, for example, the provision of security information about certain products (such as computers and routers) to users at the point of sale, and requiring also that certain products be designed to prompt and guide users to choose more secure settings (such as setting strong encryption on your wireless access point to secure your network).</p>
<p>While the report contains certain controversial recommendations, that’s normal for reports like this one. Meanwhile the many reasonable recommendations the committee makes — in particular the points about educating users — are a valuable contribution and deserve consideration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2010/07/01/antivirus-software-to-become-mandatory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Is Watching</title>
		<link>http://www.orzeszek.org/blog/2010/05/25/google-is-watching/</link>
		<comments>http://www.orzeszek.org/blog/2010/05/25/google-is-watching/#comments</comments>
		<pubDate>Tue, 25 May 2010 00:00:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Street View]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[Wi-Fi security]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=994</guid>
		<description><![CDATA[Google's collection of information about Wi-Fi networks may not breach any laws, but concerns loom over the company's attitude to private data.]]></description>
			<content:encoded><![CDATA[<p></p><p class="note">This article was originally published on 18 May 2010 on <a href="http://newmatilda.com/2010/05/18/google-watching">newmatilda.com</a>.</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2010/05/google-blue.jpg" alt="" title="Google is watching" width="251" height="172" class="alignright size-full wp-image-995 orz-img-border" /></p>
<p>Electronic Frontiers Australia and the Australian Privacy Foundation <a href="http://www.privacy.org.au/Papers/GoogleWifiLtr-100513.pdf">raised concerns</a> last week about Google’s use of its Street View cars to collect identifying information about Wi-Fi networks for use in its geolocation service. While that identifying information is relatively harmless, Google has now <a href="http://googleblog.blogspot.com/2010/05/wifi-data-collection-update.html">admitted</a> that it has accidentally collected data sent by users on unencrypted Wi-Fi networks too.</p>
<p>The first half of this story concerns the identifying information about Wi-Fi networks that Google was trying to collect. To explain the practice, we need to cover some basic Wi-Fi concepts.</p>
<p>Each Wi-Fi network is identified by a human-readable name called an SSID (like ‘My Wireless Network’) and a unique hexadecimal number which is usually assigned by the manufacturer of the Wi-Fi access point and called a BSSID or MAC address (like ‘00-17-9A-76-CB-A6’).</p>
<p>Normally, a Wi-Fi access point will publicly broadcast its SSID and BSSID so that nearby computers can display the Wi-Fi network to users in a list of available networks — though most Wi-Fi access points allow you to disable this broadcast if you want.</p>
<p>In addition to that, the BSSID is always sent together with any data transmitted over the Wi-Fi network. Since multiple Wi-Fi networks can operate in the same space, devices connected to a Wi-Fi network need to be able to distinguish between data meant for their network and data meant for other nearby Wi-Fi networks. The devices do this by tagging transmitted data with the BSSID of the Wi-Fi network to which they are connected.</p>
<p>Finally, it is important that the SSID and BSSID are used in the way described above irrespective of whether the Wi-Fi network is secured with a password (WEP, WPA, or WPA2) or not.</p>
<p><span id="more-994"></span></p>
<p>It was Google’s collection of the SSIDs and BSSIDs of Wi-Fi networks around Australia that initially gave rise to privacy concerns last week. What Google did was mount Wi-Fi antennas to the roofs of the cars that drive around Australia taking photographs of the roadside for Google Maps Street View. As these cars mapped each city, they collected packets of data sent over nearby Wi-Fi networks. The idea was to take the SSIDs and BSSIDs from the collected packets of data, and to store them in a database together with the information about the location where the SSIDs and BSSIDs were seen.</p>
<p>Google could then use the collected information to provide a geolocation service to its users. The next time a user wanted to know his or her approximate location, he or she could send the SSIDs and BSSIDs of Wi-Fi networks that were nearby to Google. Google could then look up the SSIDs and BSSIDs in its database, retrieve the location where its Street View cars last saw those SSIDs and BSSIDs, and send that approximate location to the user.</p>
<p>In other words, Google’s geolocation service has the same function as GPS: it gives the user his or her location. However, whereas GPS uses the user’s distance from GPS satellites of known location to estimate the user’s location, Google’s geolocation service uses the distance from Wi-Fi networks of known location.</p>
<p>And there is nothing unique about Google’s geolocation service. There are many other geolocation providers that use Wi-Fi networks this way, such as <a href="http://www.skyhookwireless.com/howitworks/">Skyhook Wireless</a> and <a href="http://www.geomena.org/">Geomena</a>.</p>
<p>Whether the practice poses privacy problems is a bit more complicated. In Australia, the principal privacy legislation is the <em>Privacy Act 1988</em> (Cth), which regulates the collection, use, and disclosure of ‘personal information’. Personal information is defined as information about an individual whose identity is apparent or can be reasonably ascertained from that information.</p>
<p>Ordinarily, information about the location of a Wi-Fi network with a particular SSID or BSSID would not fall within this definition of personal information because it cannot readily be linked to an individual — although the position may be different with respect to Wi-Fi networks that use a surname or phone number as the SSID. It is because this information does not ordinarily identify an individual that its collection probably does not breach privacy laws, and does not pose a privacy problem for most people.</p>
<p>And it is for that reason that the common concern that you could be located using the information that Google collected about your Wi-Fi network is unfounded. Google does not store your details, it stores the SSID and BSSID of your Wi-Fi network. To get the location of your Wi-Fi network back from Google’s geolocation service, a person would have to supply, at the very least, your Wi-Fi network’s SSID and BSSID. It may be conceivable that such a person would guess the human-readable name or SSID that you have assigned to your Wi-Fi network, but he or she would not be able to guess the corresponding unique hexadecimal number or BSSID. The only way that the person could get that information would be to be within range of your Wi-Fi network, and at that point, the person would already know your approximate location.</p>
<p>Another concern — one with more merit — is that websites that you visit might know what Wi-Fi network you are connected to, or what Wi-Fi networks you are near, and then query Google’s geolocation service to find out your approximate location. The important thing here is that your browser does not send information about what Wi-Fi network you are connected to, or what Wi-Fi networks you are near, to the websites that you visit. Sites that you visit simply do not have access to it. The qualification here is that some browsers now have the ability to send information about your location to geolocation services. However such functionality works on an opt-in basis.</p>
<p>So that is the first half of the story. Things took a turn on Friday, however, when Google <a href="http://googleblog.blogspot.com/2010/05/wifi-data-collection-update.html">admitted</a> that its Street View cars had collected not only SSIDs and BSSIDs as intended, but also some of the data that users sent over nearby unencrypted Wi-Fi networks. As its cars received packets of Wi-Fi data, rather than stripping the SSIDs and BSSIDs out of the packet and discarding the rest, the entire packet was saved and later stored on Google’s servers.</p>
<p>That means that if you were using an unencrypted Wi-Fi network as a Google Street View car drove past your house, a copy of whatever you were doing could have been collected and stored on Google’s servers together with your approximate location. Whether the data can identify you personally would depend on what you were doing at the time it was collected. If Google happened to come by your house as you were sending an email, then it may have collected personally identifiable information about you (the email together with the sender and recipient).</p>
<p>Collection of such data could very well breach the <em>Privacy Act 1988</em> (Cth) or the <em>Telecommunications (Interception and Access) Act 1979</em> (Cth), which prohibits the interception of communication, including email, passing over certain networks, including Wi-Fi networks. And quite irrespective of whether any law is breached, the practice is a cause for concern.</p>
<p>Google has explained that the collection of this additional data was a programming error. It maintains that it intended to collect and store only the SSIDs and BSSIDs of the Wi-Fi networks that its cars passed. And I have no doubt that that is true. The additional data is of minimal use to Google, and its deliberate collection would be an order of magnitude more irresponsible than what I would think Google could be.</p>
<p>However, that this additional data was collected in error does not make what happened here any more acceptable. This is the second time this year that Google has taken a cavalier attitude towards privacy.</p>
<p>In February, Google released Google Buzz, a Gmail-based social-networking tool. It quickly <a href="http://www.theinquirer.net/inquirer/opinion/1591657/google-buzz-criticised-lack-privacy">came to light</a> that Buzz publicly disclosed the email addresses of people who Buzz users emailed most frequently, among other information, without seeking users’ specific consent first. Many users were caught off-guard when their data was unintentionally disclosed to other parties, like <a href="http://fugitivus.wordpress.com/2010/02/11/fuck-you-google/">abusive ex-husbands</a>.</p>
<p>Google has since <a href="http://gmailblog.blogspot.com/2010/02/new-buzz-start-up-experience-based-on.html">corrected</a> its problems with Buzz, but you cannot help but get a feeling of déjà vu as you read <a href="http://googleblog.blogspot.com/2010/05/wifi-data-collection-update.html">Google’s explanation</a> of how it snared unencrypted Wi-Fi data. Google has now vowed to delete the collected data, and to submit itself to a third-party audit to verify that deletion — which was the right thing to do. And it has gone as far as to stop using Street View cars to collect Wi-Fi networking information altogether.</p>
<p>But in light of Google’s recent track record in safeguarding privacy, it would be wise for people to begin questioning what data they disclose to Google. Where people disclose data — whether by entering a search term in Google Search, sending email via Gmail, or broadcasting something as an SSID to the public — it is important that they understand how that data <em>could</em> be used, so that they question how that data <em>is</em> used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2010/05/25/google-is-watching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add ?NoCleanFeed or &amp;NoCleanFeed to Blacklisted URLs to Bypass Mandatory Australian Internet Censorship</title>
		<link>http://www.orzeszek.org/blog/2009/12/20/add-nocleanfeed-or-nocleanfeed-to-blacklisted-urls-to-bypass-mandatory-australian-internet-censorship/</link>
		<comments>http://www.orzeszek.org/blog/2009/12/20/add-nocleanfeed-or-nocleanfeed-to-blacklisted-urls-to-bypass-mandatory-australian-internet-censorship/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 21:22:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bypassing censorship]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=958</guid>
		<description><![CDATA[Depending on the technology, you can bypass the proposed Australian mandatory filter by changing your DNS servers, using an encrypted VPN service, or installing Tor. But these workarounds can take up to 60 seconds to set up, and can slow your access somewhat. Instead, you can bypass the filter by simply adding ?NoCleanFeed or &#038;NoCleanFeed to the end of the blacklisted URL.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">S</span>enator Stephen Conroy jumped the gun by 107 days, <a href="http://www.minister.dbcde.gov.au/media/media_releases/2009/115">announcing</a> that the Government would table legislation to mandate filtering of RC content hosted outside Australia during the autumn 2010 parliamentary sittings.</p>
<p>Depending on the technology, you can bypass the filter by <a href="http://code.google.com/speed/public-dns/docs/using.html">changing your DNS servers</a>, <a href="https://ssl.alwaysvpn.com/">using an encrypted VPN service</a>, or <a href="https://www.torproject.org/">installing Tor</a> (among other solutions). But some of these workarounds can take up to 60 seconds to set up. And using an encrypted tunnel, like a VPN or Tor, will slow your access while you’re using it.</p>
<p>Thankfully, you can also bypass the proposed mandatory filter more conveniently. Just add <strong>?NoCleanFeed</strong> or <strong>&#038;NoCleanFeed</strong> to the end of the blacklisted URL. If the URL doesn’t already contain a <strong>?</strong>, add <strong>?NoCleanFeed</strong> to the end. If it does contain a <strong>?</strong>, add <strong>&#038;NoCleanFeed</strong> to the end.</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/12/blacklisted-nocleanfeed-suffixes.png" alt="Add ?NoCleanFeed or &amp;NoCleanFeed to blacklisted URLs to bypass mandatory Australian Internet censorship" title="Add ?NoCleanFeed or &amp;NoCleanFeed to blacklisted URLs to bypass mandatory Australian Internet censorship" width="458" height="116" class="aligncenter size-full wp-image-963 orz-img-no-border" /></p>
<p>For example, if you try to access <strong>www.bannedsite.com/page.htm</strong>, but you’re blocked, try accessing <strong>www.bannedsite.com/page.htm?NoCleanFeed</strong>.</p>
<p>If you want to watch a YouTube video that was deemed too shocking for Australian citizens, like <strong>www.youtube.com/watch?v=tMiEagk2qN8</strong>, you can just try <strong>www.youtube.com/watch?v=tMiEagk2qN8&#038;NoCleanFeed</strong> instead.</p>
<p><span id="more-958"></span></p>
<h3>Why It Works</h3>
<p>The proposed mandatory filter is to block individual pages containing RC content, and only those pages. It will not block all traffic to a particular IP address or to a particular website. That is, when <strong>www.youtube.com/watch?v=tMiEagk2qN8</strong> is inevitably blacklisted as RC content, access will only be blocked to that URL, and not to any other page on <strong>www.youtube.com</strong>.</p>
<p>That means that you can still view Government-approved YouTube videos, like <strong>www.youtube.com/watch?v=03OJvZhU-3M</strong>.</p>
<p>To get that result, the filter must block access only where the host and path in the URL (the part before any <strong>?</strong>) and the query string (the part after any <strong>?</strong>) all match the blacklisted URL. If the filter blocked access where only the host and path matched, all YouTube videos would be blocked when any YouTube video was blacklisted because the host and path for all YouTube videos is the same (<strong>www.youtube.com/watch</strong>).</p>
<p>Web servers, however, normally ignore unrecognised query string parameters. For example, YouTube looks for a <strong>v</strong> parameter, which contains the ID of the video to play. You can also optionally specify a <strong>fmt</strong> parameter to specify the desired video format. And there are several others that YouTube understands. Changing these parameters will change the page that YouTube returns.</p>
<p>But if you pass YouTube a parameter in the query string that it doesn’t recognise, like <strong>NoCleanFeed</strong> or some other arbitrary string, it will just ignore it, and display the same content as if it were absent. But since the URL is no longer the same as the blacklisted URL, the filter won’t block it.</p>
<p>The same is true for most other web servers. For example, try <strong>www.google.com/search?q=test</strong> and <strong>www.google.com/search?q=test&#038;NoCleanFeed</strong>. You should get the same page both times (though ads and other dynamic content may change).</p>
<h3>When It Won’t Work</h3>
<p>Most servers will ignore unrecognised query string parameters, but not all will. Where the server doesn’t ignore unrecognised parameters, you may get an error or an unexpected page. In that case, you’ll have to fall back to one of the other methods for bypassing the filter.</p>
<p>And, of course, if all else fails, you can still send your favourite RC content by carrier pigeon. <a href="http://www.gizmodo.com.au/2009/10/rural-aussie-broadband-slower-than-carrier-pigeon/">It’s faster than Australian Internet access anyway.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/12/20/add-nocleanfeed-or-nocleanfeed-to-blacklisted-urls-to-bypass-mandatory-australian-internet-censorship/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Get Rid of Temporary Posts Used for Theme Detection Permanently</title>
		<link>http://www.orzeszek.org/blog/2009/11/17/how-to-get-rid-of-temporary-posts-used-for-theme-detection-permanently/</link>
		<comments>http://www.orzeszek.org/blog/2009/11/17/how-to-get-rid-of-temporary-posts-used-for-theme-detection-permanently/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:52:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=929</guid>
		<description><![CDATA[Windows Live Writer is an exceptional tool for blogging. But it relies on an inelegant mechanism to detect the theme used by your blog. The result is an Internet littered with Temporary Posts Used For Theme Detection. Thankfully, you can use a WordPress plugin to prevent these posts from ever appearing on your website.]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/11/live-writer-icon.png" alt="Windows Live Writer icon" title="Windows Live Writer icon" width="128" height="128" class="alignright size-full wp-image-948 orz-img-no-border" /></p>
<p><span class="drop_cap">W</span>indows Live Writer (<a href="http://download.live.com/writer">download</a>) is an exceptional tool for blogging. But its most useful feature, WYSIWYG editing, relies on an inelegant mechanism to detect the theme used by your blog.</p>
<p>To detect the theme, Windows Live Writer will publish a skeleton post to your blog, read it and save its theme, and then delete it. Sometimes the post isn’t deleted. Other times, it’s indexed by Google, FeedBurner, or other similar services before it’s deleted.</p>
<p>The result is an Internet <a href="http://www.google.com/search?q=Temporary%20Post%20Used%20For%20Theme%20Detection">littered</a> with Temporary Posts Used For Theme Detection.</p>
<p>Obsessive compulsives like me don’t want these posts associated with their blogs. Thankfully, it turns out that you can write a plugin for WordPress to prevent these posts from <em>ever</em> appearing on your website.</p>
<div class="orz-codeblock">
<p><code>&lt;?php<br />
      /*<br />
      Plugin Name: Orzeszek Live Writer Helper<br />
      Plugin URI: http://www.orzeszek.org/blog/<br />
      Version: 1.0<br />
      Author: Orzeszek<br />
      Author URI: http://www.orzeszek.org/blog/<br />
      Description: Prevents the Temporary Post Used For Theme Detection from ever appearing on your blog.<br />
      */</code></p>
<p><code>function orz_posts_where($where)<br />
      {<br />
      &#160;&#160; if(!is_admin() &amp;&amp; strpos($_SERVER['HTTP_USER_AGENT'],<br />
      &#160;&#160;&#160;&#160;&#160; 'Windows Live Writer') === false)<br />
      &#160;&#160; {<br />
      &#160;&#160;&#160;&#160;&#160; if ($where != '')<br />
      &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $where .= ' AND ';</code></p>
<p><code>&#160;&#160;&#160;&#160;&#160; $where .= 'post_title NOT LIKE ' .<br />
      &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; '\'Temporary Post Used For % Detection (%)\'';<br />
      &#160;&#160; }<br />
      &#160;&#160; return $where;<br />
      }</code></p>
<p><code>add_filter('posts_where', 'orz_posts_where');<br />
      ?&gt;</code></p>
</div>
<p>Create a new text file called <strong>orz-live-writer-helper.php</strong>. Copy and paste the above code into that text file, and save it.</p>
<p><span id="more-929"></span></p>
<p class="note">Make sure that the very first characters in <strong>orz-live-writer-helper.php</strong> are <strong>&lt;?</strong> and that the very last characters are <strong>?&gt;</strong>. If they’re not (for instance, if you have a space after <strong>?&gt;</strong>), you may get a ‘Warning: Cannot modify header information – headers already sent…’ message. <a href="http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/">More info.</a></p>
<p>Create a new directory called <strong>orz-live-writer-helper</strong> in your <strong>wp-content/plugins</strong> directory, and upload <strong>orz-live-writer-helper.php</strong> to the new directory. Finally, activate the plugin by logging into WordPress as an administrator, selecting <strong>Plugins</strong> from the menu, and selecting <strong>Activate</strong> for the <strong>Orzeszek Live Writer Helper</strong> plugin.</p>
<p>The plugin works by hiding any post where the title is ‘Temporary Post Used For * Detection (*)’ from all pages on your blog, as well as from your RSS feed. Users and bots accessing your site, or your RSS feed, won’t be able to see the temporary post.</p>
<p>You can still view the post when logged into the management interface (ie, when logged into <strong>wp-admin</strong>), so that you can delete the post if it hasn’t been deleted automatically. And, of course, Windows Live Writer can see it too, so that its theme detection engine continues to work.</p>
<p>Hopefully, this will end the flood of Temporary Posts Used For Theme Detection, at least on WordPress blogs.</p>
<p><strong>Note:</strong> The present version of Windows Live Writer creates a post titled ‘Temporary Post Used For Theme Detection (*)’. Old versions created posts titled ‘Temporary Post Used For Style Detection (*)’.</p>
<p>If, in a future release, the title of the temporary post changes to something other than ‘Temporary Post Used For * Detection (*)’, you will need to update the code accordingly. (The <strong>%</strong> is a <a href="http://www.w3schools.com/SQl/sql_wildcards.asp">wildcard</a> in the SQL <a href="http://www.w3schools.com/SQl/sql_where.asp">WHERE</a> clause.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/11/17/how-to-get-rid-of-temporary-posts-used-for-theme-detection-permanently/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Get to Any Section on AustLII in One Step</title>
		<link>http://www.orzeszek.org/blog/2009/09/06/get-to-any-section-on-austlii-in-one-step/</link>
		<comments>http://www.orzeszek.org/blog/2009/09/06/get-to-any-section-on-austlii-in-one-step/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 10:58:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AustLII]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[legislation]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=919</guid>
		<description><![CDATA[If you’re using a browser that supports search keywords, you can add a keyword for your favourite act. For example, you can add a ‘tpa’ keyword, so that when you type ‘tpa 52’ in the address bar, you’re taken directly to s&#160;52 of the Trade Practices Act 1974 (Cth).]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">T</span>he <a href="http://www.austlii.edu.au/">Australasian Legal Information Institute</a> (AustLII) site is a great resource for Australian legislation. While far from perfect, it’s considerably more convenient than the government-run alternatives, at least when you just want to check a section quickly.</p>
<p>However, if you want to check a section, say <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/tpa1974149/s52.html">s&nbsp;52</a> of the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/tpa1974149/"><em>Trade Practices Act 1974</em> (Cth)</a>, you have to go to AustLII, select <strong>Commonwealth</strong> from the menu on the left, find and select <strong>Commonwealth Consolidated Acts</strong>, select <strong>T</strong>, scroll through the list to find the Act, and, finally, scroll through the list of sections to locate the right section.</p>
<p>There is a better way:</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/09/tpa-address-bar.png" alt="Trade Practices Act 1974 (Cth) keyword in the address bar" title="Trade Practices Act 1974 (Cth) keyword in the address bar" width="500" height="129" class="aligncenter size-full wp-image-925 orz-img-no-border" /></p>
<p>If you’re using a browser that supports search keywords, like Firefox, Chrome, or Opera (or Internet Explorer with the right tool), you can add a keyword for your favourite act. For example, you can add a <strong>tpa</strong> keyword, so that when you type <strong>tpa 52</strong> in the address bar, you’re taken directly to s&nbsp;52 of the <em>Trade Practices Act 1974</em> (Cth).</p>
<p><span id="more-919"></span></p>
<h3>Add an Act Keyword</h3>
<p>To set up a keyword for an act in Firefox, first find the act on AustLII and go to any section. Add that section to your bookmarks, and open the new bookmark’s properties (right-click on the bookmark, and select <strong>Properties</strong>).</p>
<p>The location for the bookmark will be something like <strong>…/tpa1974149/s52.html</strong>. You’ll need to change this, replacing the section number with <strong>%s</strong>, so that it looks like <strong>…/tpa1974149/s%s.html</strong>. The browser will replace the <strong>%s</strong> with whatever you type after the keyword in the address bar.</p>
<p>Finally, you’ll need to choose a keyword. This can be whatever you like. The finished bookmark should look something like this:</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/09/tpa-keyword-properties.png" alt="Trade Practices Act 1974 (Cth) keyword properties" title="Trade Practices Act 1974 (Cth) keyword properties" width="409" height="297" class="aligncenter size-full wp-image-926 orz-img-no-border" /></p>
<p>Now, when you type <strong>tpa 52</strong> in the address bar you’ll be taken directly to the correct section.</p>
<h3>Things to Remember</h3>
<p>Remember that the way this works is that the browser replaces the <strong>%s</strong> in the location for the bookmark with whatever you type after the search keyword. This has some consequences.</p>
<p>For example, even though s&nbsp;51A of the <em>Trade Practices Act 1974</em> (Cth) has a capital A, the address for that section is <strong>…/tpa1974149/s51a.html</strong>. A capital A won’t work, so you have to type <strong>tpa 52a</strong>.</p>
<p>Another example is the <em>Income Tax Assessment Act 1997</em> (Cth). All of the sections in this act include an en-dash, like s&nbsp;6–5. However, AustLII replaces the en-dash with a period, so that the address for s&nbsp;6–5 is <strong>…/itaa1997240/s6.5.html</strong>. To use a keyword, you have to type <strong>itaa 6.5</strong>.</p>
<h3>Advanced Keywords</h3>
<p>Tax lawyers will be familiar with the two most fundamental tax acts: the <em>Income Tax Assessment Act 1936</em> (Cth) and the <em>Income Tax Assessment Act 1997</em> (Cth). Sometimes you need one, and sometimes you need the other. But it’s a pain to type <strong>itaa1997 6.5</strong>.</p>
<p>On AustLII, every section in the <em>Income Tax Assessment Act 1997</em> (Cth) has a period in it, and no section in the <em>Income Tax Assessment Act 1936</em> (Cth) does. So, we can use JavaScript to check whether the section typed after the keyword contains a period, and go to the right act accordingly.</p>
<p>To do that, replace the location in the relevant bookmark with the code below:</p>
<div class="orz-codeblock">
<p><code>javascript:if(&quot;%s&quot;.indexOf(&quot;.&quot;)!=-1){location=&quot;http://www.austlii.edu.au/au/legis/cth/consol_act/itaa1997240/s%s.html&quot;;}else{location=&quot;http://www.austlii.edu.au/au/legis/cth/consol_act/itaa1936240/s%s.html&quot;;}</code></p>
</div>
<p>Make sure that all of the text is on one line and that there are no spaces.</p>
<p>Now, when you type <strong>itaa 6.5</strong> you’ll be taken to s&nbsp;6–5 of the <em>Income Tax Assessment Act 1997</em> (Cth), but if you type <strong>itaa 65</strong> you’ll be taken to s&nbsp;65 of <em>Income Tax Assessment Act 1936</em> (Cth).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/09/06/get-to-any-section-on-austlii-in-one-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACMA Blacklists Iran Protest Video &amp; Boing Boing</title>
		<link>http://www.orzeszek.org/blog/2009/08/28/acma-blacklists-iran-protest-video-boing-boing/</link>
		<comments>http://www.orzeszek.org/blog/2009/08/28/acma-blacklists-iran-protest-video-boing-boing/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 03:43:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[ACMA blacklist]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>
		<category><![CDATA[Iran election prostests 2009]]></category>
		<category><![CDATA[Neda Agha-Soltan]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=881</guid>
		<description><![CDATA[Neda Agha-Soltan was shot and killed during the Iranian election protests. Her death was captured on video, and spread virally on the Internet, becoming a rallying cry for the Iranian protests. Now, ACMA has blacklisted the video, and a Boing Boing post commenting on it.]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/censorship-chart.jpg"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/censorship-chart-200x300.jpg" alt="Censorship causes blindness. Can you see who is blinding you?" title="Censorship causes blindness. Can you see who is blinding you?" width="200" height="300" class="alignright size-medium wp-image-909 orz-img-no-border" /></a></p>
<p><span class="drop_cap">O</span>n 20 June 2009, a young woman, Neda Agha-Soltan, was <a href="http://en.wikipedia.org/wiki/Death_of_Neda_Agha-Soltan">shot and killed</a> during the Iranian election protests. Her death was captured on video, and spread virally on the Internet, becoming <a href="http://www.cnn.com/2009/WORLD/meast/06/21/iran.woman.twitter/">a rallying cry for the Iranian protests</a>.</p>
<p>Given the notorious attempts by the Iranian government to censor the protests, both online and in the media, I thought it would be fitting to test Senator Stephen Conroy’s assertions that the Government’s proposed mandatory Internet filter was unlike the censorship that occurs in Iran and under other undemocratic regimes.</p>
<p>I submitted the following to ACMA:</p>
<blockquote><p>
I am an Australian resident. I believe the content at the following links is prohibited content or potential prohibited content hosted outside Australia within the meaning of the <em>Broadcasting Services Act 1992</em> (Cth).</p>
<p>[URL 1: Boing Boing post with embedded YouTube video showing the death of Neda Agha-Soltan and associated commentary.]<br />
[URL 2: YouTube video showing the death of Neda Agha-Soltan.]<br />
[URL 3: YouTube video showing another angle of the death of Neda Agha-Soltan.]</p>
<p>Each contains graphic video, apparently real, of a young girl shot in the chest and bleeding to death over the course of a couple of minutes.</p>
<p>The first link has no restrictions for viewing the video (but contains a textual warning). The second two links require registration and a declaration of date of birth (and also contain textual warnings).</p>
<p>The videos document the recent violence in Iran.
</p></blockquote>
<p>I have removed the URLs for legal reasons. If you haven’t already seen these videos, they’re easy enough to find (but be warned: they are graphic).</p>
<p>Today, 64 days later, I received a notice from ACMA confirming that the content was prohibited content.</p>
<p><span id="more-881"></span></p>
<blockquote><p>As part of the ACMA’s investigation of the complaint, it applied to the Classification Board for classification of the content concerned. As a result of the Classification Board’s decision, and as the content is not subject to a restricted access system, it is prohibited content under clause 20(1)(b) of Schedule 7 to the <em>Broadcasting Services Act 1992</em> (the Act).</p></blockquote>
<p>The videos are certainly graphic, and I can see why there would be demand for a service that allowed people to avoid content such as this, if that is their individual choice.</p>
<p>However, under both the current and the proposed systems of Internet censorship in Australia, the Classification Board’s decision is binding, to varying degrees, on individuals. For instance, now, <a href="http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%E2%80%99t-fine-you-11000-a-day/">Australian-hosted sites cannot link to these videos</a>.</p>
<h3>Not the Classification Board or ACMA’s Fault</h3>
<p>The <a href="http://www.comlaw.gov.au/comlaw/management.nsf/lookupindexpagesbyid/IP200508205?OpenDocument"><em>Guidelines for the Classification of Films and Computer Games</em></a> provide that the Classification Board classify violent content with an impact higher than ‘strong’ R&nbsp;18+ and that the Classification Board refuse classification of content that contains gratuitous, exploitative, or offensive depictions of cruelty or real violence that are very detailed or that have a high impact.</p>
<p>The relevant video certainly does have a high impact, and I don’t see a problem with the Classification Board’s decision. It is reasonable.</p>
<p>Similarly, ACMA <a href="http://www.orzeszek.org/blog/2009/04/02/why-it%E2%80%99s-legal-to-view-prohibited-content/">has an obligation to blacklist</a> (ie, add to the list of websites containing prohibited content, which is distributed to makers of <a href="http://www.iia.net.au/index.php/component/content/416.html?task=view#list_of_filters.">IIA Family Friendly Filters</a>) any site hosting prohibited content overseas. ACMA has no discretion not to blacklist content that meets <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964">the statutory definition of prohibited content</a>.</p>
<p>You can, however, blame the people responsible for the law: the members of parliament responsible for passing this law originally, and the members of parliament today responsible for not repealing it.</p>
<h3>Not Refused Classification</h3>
<p>Although the position was ambiguous initially (and is arguably still uncertain), Senator Stephen Conroy <a href="http://www.minister.dbcde.gov.au/media/media_releases/2009/014">has now stated</a> that the Government wants to constrain mandatory Internet filtering to content that is refused classification. (Though, refused classification content is much broader than his statements suggest.)</p>
<p>The notice that I received from ACMA indicates that the content was classified R&nbsp;18+. It made reference to the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964"><em>Broadcasting Services Act 1992</em> (Cth) sch&nbsp;7 cl&nbsp;20(1)(b)</a>, which relates to R&nbsp;18+ content that is not subject to a <a href="http://www.acma.gov.au/webwr/_assets/main/lib310563/ras_declaration_2007.pdf">restricted access system</a>.</p>
<p>Although it’s implied, it’s not absolutely clear that the classification for each of the three submitted URLs was the same.</p>
<p>Because this content was classified R&nbsp;18+ and not refused classification, this content would not be subject to mandatory filtering under a regime that mandated filtering only of content that has been refused classification.</p>
<h3>Banned?</h3>
<p>The proposed mandatory Internet filtering will only apply to content hosted outside of Australia. Presently, prohibited content hosted outside of Australia is added to a blacklist that you can opt into. Under the proposed system, the subset of prohibited content that is refused classification content would be blocked mandatorily.</p>
<p>However, none of this applies to sites hosted in Australia. ACMA can still issue a take-down, or link-deletion notice, to any site hosting, or linking to, R&nbsp;18+ content that is not subject to a restricted access system (or other prohibited content). And you can be fined $11,000 per day if you don’t comply with the notice by 6:00&nbsp;pm the next business day.</p>
<p>There are also state laws that are relevant. For example, the <a href="http://www.austlii.edu.au/au/legis/sa/consol_act/cfacga1995489/s75d.html"><em>Classification (Publications, Films and Computer Games) Act 1995</em> (SA) s&nbsp;75D</a> makes it an offence to make available or supply R 18+ content using an online service, unless the content is subject to a restricted access system. So, it appears that it’s illegal for South Australians to link to this video (unless they comply with the very onerous restricted access system requirements). The law in your state or territory may vary.</p>
<h3>What’s the Point?</h3>
<p>The point wasn’t to criticise the Classification Board’s judgment or ACMA’s judgment. They’re merely fulfilling their obligations under the law. The point was to demonstrate how Australian classification law can affect your ability to view significant material because it is disturbing.</p>
<p>It also illustrates the hopeless of trying to suppress content on the Internet. It took 64 days for ACMA to respond to the complaint, and it’ll take even longer before the content is actually added to the IIA Family Friendly Filters.</p>
<p>Of course, it’s trivial to bypass IIA Family Friendly Filters, and it’ll be just as trivial to bypass any mandatory filter. And there are many sources for this particular content, other than the three URLs that ACMA has now blacklisted.</p>
<p>The final and most important point is that all of this is merely anecdotal. The treatment of this particular content is irrelevant. The question is whether you want to decide what content is significant, and what content is too disturbing, for yourself. Or would you like the Classification Board’s decision to be binding on you?</p>
<p class="note">This post is not intended as legal advice. I make no representations whatsoever as to its quality, and will not be liable for any loss, injury, or damage howsoever resulting from it. Seek independent legal advice.</p>
<div class="orz-attribution">
Censorship chart by <a href="http://www.flickr.com/photos/deia/42897463/">Andréia</a> licensed under <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Creative Commons Attribution 2.0 License</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/08/28/acma-blacklists-iran-protest-video-boing-boing/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Googling Sex in Two Countries</title>
		<link>http://www.orzeszek.org/blog/2009/08/24/googling-sex-in-two-countries/</link>
		<comments>http://www.orzeszek.org/blog/2009/08/24/googling-sex-in-two-countries/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 05:24:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Australia]]></category>
		<category><![CDATA[SafeSearch]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=846</guid>
		<description><![CDATA[When people flocked to reproduce Abigail Bray’s experiment of searching Google for ‘sex’, what surprised me was that the results varied significantly. So, I tried myself, and I found that the results were very different when searching Google than they were when searching Google Australia.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">T</span>oday, <a href="http://onlineopinion.com.au/">Online Opinion</a> posted an article by Abigail Bray, a post-doctoral research fellow at the University of Western Australia, which is summed up perfectly by <a href="http://www.nointernetcensorship.com/">Geordie Guy</a> on <a href="http://www.somebodythinkofthechildren.com/googling-sex-online-opinion-response/">Somebody Think of the Children</a>:</p>
<blockquote><p>She writes how a ‘couple of weeks ago’, which I’ll presume is some sort of modern parlance for the ‘in a reproducible experiment performed under controlled conditions’ we expect from academics who submit articles for publication, she went looking for pornography. <a href="http://onlineopinion.com.au/view.asp?article=9344">Astoundingly she found it.</a></p></blockquote>
<p>Naturally, people flocked to reproduce Abigail Bray’s experiment of searching Google for ‘sex’. What was surprising was that the results varied significantly for different people. So, I tried myself, and I found that the results were very different when searching <a href="http://www.google.com/ncr">Google</a> for ‘sex’:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/google-search-for-sex.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/google-search-for-sex-500x378.png" alt="A Google search for &#039;sex&#039;" title="A Google search for &#039;sex&#039;" width="500" height="378" class="aligncenter size-large wp-image-847 orz-img-no-border" /></a></p>
<p>… than they were when searching <a href="http://www.google.com.au/">Google Australia</a> for ‘sex’ on Australian sites:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/google-australia-search-for-sex.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/google-australia-search-for-sex-500x378.png" alt="A Google Australia search for &#039;sex&#039;" title="A Google Australia search for &#039;sex&#039;" width="500" height="378" class="aligncenter size-large wp-image-848 orz-img-no-border" /></a></p>
<p><span id="more-846"></span></p>
<p>Both searches were performed with the default settings: <a href="http://www.google.com/support/websearch/bin/answer.py?hl=en&#038;answer=510">SafeSearch</a> set to medium, logged out of any Google account, and with no cookies. Your results may vary depending on your settings (and your location).</p>
<p>Of course, you would expect Google results to vary when searching different countries. But I hadn’t expected such a large degree of variation. I had assumed that sex was a universal topic.</p>
<p><strong>Update:</strong> Made corrections in response to comments by Alan J Lee, Omegatron, and Jim Stewart below. In particular, I had forgotten to mention that I constrained the search on <a href="http://www.google.com.au/">Google Australia</a> to Australian sites.</p>
<p>Here are my results searching <a href="http://www.google.com.au/">Google Australia</a> for ’sex’ without limiting the search to Australian sites:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/google-australia-search-for-sex-2.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/google-australia-search-for-sex-2-500x378.png" alt="A Google Australia search for &#039;sex&#039;" title="A Google Australia search for &#039;sex&#039;" width="500" height="378" class="aligncenter size-large wp-image-858 orz-img-no-border" /></a></p>
<p>And I had forgotten (somehow) that hosting pornography in Australia is at least impractical, as <a href="http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%e2%80%99t-fine-you-11000-a-day/">ACMA can issue a take-down notice</a> that requires the host to remove such content by 6:00&nbsp;pm the next business day or face $11,000 per day fines.</p>
<p>So, it’s not at all surprising that far fewer pornographic sites would come up when searching only Australian sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/08/24/googling-sex-in-two-countries/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Simple Countdown Timer for Windows</title>
		<link>http://www.orzeszek.org/blog/2009/08/21/simple-countdown-timer-for-windows/</link>
		<comments>http://www.orzeszek.org/blog/2009/08/21/simple-countdown-timer-for-windows/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 06:35:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=837</guid>
		<description><![CDATA[I needed a simple timer utility for Windows, but I wasn’t satisfied with any of the programs available. So, I wrote Orzeszek Timer. Just enter the time to count down in just about any format, and hit Enter to start the timer.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">I</span> needed a simple countdown timer utility for Windows, but I wasn’t satisfied with any of the options available. So, I wrote <a href="http://www.orzeszek.org/dev/timer/">Orzeszek Timer</a>.</p>
<p><a href="http://www.orzeszek.org/dev/timer/"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/orzeszek-timer.png" alt="Orzeszek Timer" title="Orzeszek Timer" width="332" height="182" class="aligncenter size-full wp-image-838 orz-img-no-border" /></a></p>
<p>Just enter the time to count down in just about any format, and hit Enter to start the timer. When the timer elapses, you’ll be notified by an optional alarm.</p>
<p>Orzeszek Timer also supports specifying the time to count down as a command line argument, as well as the new <a href="http://blogs.msdn.com/e7/archive/2008/11/20/happy-anniversary-windows-on-the-evolution-of-the-taskbar.aspx">Windows 7 Taskbar</a> Progress Bar overlay.</p>
<p>You may also want to try out the excellent E.gg Timer web app by David LeMieux and Ben Lew available <a href="http://e.ggtimer.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/08/21/simple-countdown-timer-for-windows/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to Sync WMP and iTunes Ratings</title>
		<link>http://www.orzeszek.org/blog/2009/08/17/how-to-sync-wmp-and-itunes-ratings/</link>
		<comments>http://www.orzeszek.org/blog/2009/08/17/how-to-sync-wmp-and-itunes-ratings/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 20:39:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[play count]]></category>
		<category><![CDATA[ratings]]></category>
		<category><![CDATA[WMP]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=828</guid>
		<description><![CDATA[If you use both Windows Media Player and iTunes to manage your music, keeping your ratings synchronised can be a pain. Orzeszek Ratings lets you sync your play counts and ratings between Windows Media Player and iTunes with two clicks.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">I</span>f you use both Windows Media Player and iTunes to manage your music, keeping your ratings synchronised can be a pain. <a href="http://www.orzeszek.org/dev/ratings/">Orzeszek Ratings</a> lets you sync your play counts and ratings between Windows Media Player and iTunes with two clicks.</p>
<p><a href="http://www.orzeszek.org/dev/ratings/"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/orzeszek-ratings.png" alt="Orzeszek Ratings" title="Orzeszek Ratings" width="500" height="332" class="aligncenter size-full wp-image-831 orz-img-no-border" /></a></p>
<p>Windows Media Player and iTunes must be installed on the same computer, and must be pointing to the same files for Orzeszek Ratings to sync the play counts and ratings for the files.</p>
<p>That means that ratings and play counts for any files that are converted when they’re added to your library (like WMA files added to iTunes) won’t be synced, since your Windows Media Player library and iTunes library are no longer referring to the same file.</p>
<p><span id="more-828"></span></p>
<p>You may also want to check out <a href="http://jrmwillis.googlepages.com/">MusicBridge</a>. MusicBridge has a few more options, including the ability to sync track number, name, artist, album, album artist, year, genre, album art, and rating (but no option to sync play count).</p>
<p>However, I’ve found that MusicBridge’s rating sync is quirky. Some 3-star ratings in Windows Media Player become 2.5-star ratings when synced to iTunes, etc. The reasons are explained somewhat <a href="http://www.orzeszek.org/dev/ratings/faq/">here</a>. This quirkiness is one of the reasons why I wrote Orzeszek Ratings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/08/17/how-to-sync-wmp-and-itunes-ratings/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How to Delete Flash Cookies Conveniently</title>
		<link>http://www.orzeszek.org/blog/2009/08/12/how-to-delete-flash-cookies-conveniently/</link>
		<comments>http://www.orzeszek.org/blog/2009/08/12/how-to-delete-flash-cookies-conveniently/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:02:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash cookies]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=817</guid>
		<description><![CDATA[A couple of days ago, Wired reported on the questionable use of Flash cookies revealed by a UC Berkley study. Many users are unaware that Adobe’s popular Flash plugin stores its own cookies separately from normal browser cookies. Here’s how to get rid of them.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">A</span> couple of days ago, <a href="http://www.wired.com/epicenter/2009/08/you-deleted-your-cookies-think-again/">Wired reported</a> on the questionable use of Flash cookies revealed by <a href="http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1446862">a UC Berkley study</a>. While non-novice Internet users are generally aware of cookies and their implications, fewer users are aware that Adobe’s popular Flash plugin stores its own cookies separately from normal browser cookies.</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/betterprivacy-preferences.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/betterprivacy-preferences-500x412.png" alt="BetterPrivacy preferences" title="BetterPrivacy preferences" width="500" height="412" class="aligncenter size-large wp-image-818 orz-img-no-border" /></a></p>
<p>If you’re using <a href="http://www.firefox.com/">Mozilla Firefox</a>, you can use the <a href="https://addons.mozilla.org/en-US/firefox/addon/6623">BetterPrivacy add-on</a> to automatically delete all of your Flash cookies each time you close your browser. You can also configure BetterPrivacy to delete the cookies every few minutes. Or to allow you to manually delete them using its interface.</p>
<p>If you’re using <a href="http://www.microsoft.com/windows/internet-explorer/">Internet Explorer</a>, <a href="http://www.google.com/chrome">Chrome</a>, or another browser, you can also use the Flash Settings Manager found <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html">here</a>. It’s a good idea to browse through this anyway, as it contains some handy privacy settings (including the ability to disable Flask cookies entirely).</p>
<p>And, for Mac OS X, there’s <a href="http://machacks.tv/2009/01/27/flushapp-flash-cookie-removal-tool-for-os-x/">Flush.app</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/08/12/how-to-delete-flash-cookies-conveniently/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fix Slow WLM File Transfers with Orzeszek Transfer</title>
		<link>http://www.orzeszek.org/blog/2009/08/11/fix-slow-wlm-file-transfers-with-orzeszek-transfer/</link>
		<comments>http://www.orzeszek.org/blog/2009/08/11/fix-slow-wlm-file-transfers-with-orzeszek-transfer/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 07:11:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[HTTP server]]></category>
		<category><![CDATA[Orzeszek Transfer]]></category>
		<category><![CDATA[UPnP]]></category>
		<category><![CDATA[Windows Live Messenger]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=811</guid>
		<description><![CDATA[Slow and buggy file transfers are a problem with Windows Live Messenger. Orzeszek Transfer works as a simple HTTP server, and is a convenient way to transfer larger files without using an intermediary. And it supports resuming broken transfers and multi-part transfers, so long as the client does.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">S</span>low and buggy file transfers are a problem with Windows Live Messenger (and MSN Messenger before it). Windows Live Messenger relies on UPnP to establish a connection between the sender and recipient of a file, and it doesn’t allow advanced users to specify the external port and IP address manually.</p>
<p>If you don’t have UPnP on your network, or if it fails for some reason, Windows Live Messengers falls back to a mode where it routes the transfer through an intermediary. This slows the transfer, and is often unreliable.</p>
<p><a href="http://www.orzeszek.org/dev/transfer/"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/08/orzeszek-transfer.png" alt="Orzeszek Transfer" title="Orzeszek Transfer" width="452" height="452" class="aligncenter size-full wp-image-812 orz-img-no-border" /></a></p>
<p><a href="http://www.orzeszek.org/dev/transfer/">Orzeszek Transfer</a> works as a simple HTTP server that serves only the files you have explicitly specified. When you add a file, it creates a URL that you can send to anyone who has a web browser or a download manager. They can then download that file directly from you.</p>
<p><span id="more-811"></span></p>
<p>It’s a convenient way to transfer larger files without using an intermediary. And it supports resuming broken transfers and multi-part transfers, so long as the client does.</p>
<p>Orzeszek Transfer doesn’t support UPnP though, since it’s intended to be used when UPnP has failed. (If UPnP was working, you wouldn’t need it in the first place.) That means that you’ll need to <a href="http://www.portforward.com/">forward an external port</a>, 30000 by default, to your local IP address.</p>
<p>Your external IP address is detected automatically, though you can override this behaviour if you want.</p>
<p>You can download Orzeszek Transfer <a href="http://www.orzeszek.org/dev/transfer/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/08/11/fix-slow-wlm-file-transfers-with-orzeszek-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Firefox Morph into Chrome over Two Iterations?</title>
		<link>http://www.orzeszek.org/blog/2009/07/22/will-firefox-morph-into-chrome-over-two-iterations/</link>
		<comments>http://www.orzeszek.org/blog/2009/07/22/will-firefox-morph-into-chrome-over-two-iterations/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:37:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.7]]></category>
		<category><![CDATA[Firefox 4.0]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=795</guid>
		<description><![CDATA[Sadly, Firefox today looks like it belongs in the last decade. Recently, a number of blogs have picked up screenshots showing mock-ups of the interface for Firefox 3.7. But what I found more interesting was a proposed interface evolution showing Firefox morphing into Google Chrome over two iterations.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">A</span> lot of people <a href="http://community.winsupersite.com/blogs/paul/archive/2007/10/21/the-firefox-3-visual-refresh-system-integration.aspx">got excited</a> when <a href="http://blog.mozilla.com/faaborg/2007/10/10/the-firefox-3-visual-refresh-system-integration/">Mozilla announced</a> in 2007 that Firefox 3 would include a visual refresh focussing on system integration. Finally, Firefox would look like it belonged in Windows Vista. Sadly, that <a href="http://community.winsupersite.com/blogs/paul/archive/2008/05/18/with-firefox-3-themes-it-s-amateur-hour.aspx">wasn’t the case</a>, and Firefox today still looks like it belongs in the last decade.</p>
<p>Recently, a number of blogs have picked up <a href="https://wiki.mozilla.org/Firefox/3.7_Windows_Theme_Mockups">these screenshots</a>, showing mock-ups of the interface for Firefox 3.7. But what I found more interesting was the proposed interface evolution shown <a href="https://wiki.mozilla.org/Firefox/Sprints/Windows_Theme_Revamp">here</a>:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/07/firefox-35-to-37-evolution.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/07/firefox-35-to-37-evolution-500x531.png" alt="Firefox 3.5 to 3.7 interface evolution" title="Firefox 3.5 to 3.7 interface evolution" width="500" height="531" class="aligncenter size-large wp-image-796 orz-img-no-border" /></a></p>
<p>After stopping off briefly at Firefox 3.7, the interface continues its evolution until it’s practically indistinguishable from Google Chrome.</p>
<p><span id="more-795"></span></p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/07/firefox-37-to-40-evolution.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/07/firefox-37-to-40-evolution-500x531.png" alt="Firefox 3.7 to 4.0 interface evolution" title="Firefox 3.7 to 4.0 interface evolution" width="500" height="531" class="aligncenter size-large wp-image-797 orz-img-no-border" /></a></p>
<p>I happen to love the Chrome interface, so, if accurate, this is nothing but good news. But it’ll be a long wait until Firefox 4.0. The question now is whether Google can add support for extensions to Chrome before Mozilla adds a modern interface to Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/07/22/will-firefox-morph-into-chrome-over-two-iterations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change the Tag Cloud Font Size in WordPress 2.8</title>
		<link>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/</link>
		<comments>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 14:14:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=688</guid>
		<description><![CDATA[One of the annoyances about the default tag cloud widget in WordPress is that there is no easy way to change the minimum and maximum font size that the widget uses. While the recent release of WordPress 2.8 doesn’t add any UI to change those sizes, it’s now easier to change them than before.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">O</span>ne of the annoyances about the default tag cloud widget in WordPress is that there is no easy way to change the minimum and maximum font size that the widget uses. While the <a href="http://wordpress.org/development/2009/06/wordpress-28/">recent release of WordPress 2.8</a> doesn’t add any UI to change those sizes, it’s now easier to change them than before.</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/06/tag-clouds.png" alt="WordPress tag clouds" title="WordPress tag clouds" width="501" height="262" class="aligncenter size-full wp-image-694 orz-img-no-border" /></p>
<p>WordPress 2.8 adds a new <strong>widget_tag_cloud_args</strong> <a href="http://codex.wordpress.org/Plugin_API#Filters">filter</a>, which you can use to override the default arguments that are passed to the <strong>wp_tag_cloud</strong> function. The filter provides a keyed array, where the <strong>smallest</strong>, <strong>largest</strong>, and <strong>unit</strong> keys represent the smallest font size, the largest font size, and the unit (‘pt’, ‘em’, ‘px’, etc) used by the default tag cloud widget.</p>
<p>You can change the minimum and maximum font size that the default tag cloud widget uses in WordPress 2.8 by <a href="http://codex.wordpress.org/Writing_a_Plugin">creating a new plugin</a> that hooks that filter as explained below.</p>
<p><span id="more-688"></span></p>
<p>Create a new text file called <strong>orz-tag-cloud.php</strong>. Copy and paste the following code into that text file, changing the relevant values (shown in bold) as desired, and save it.</p>
<div class="orz-codeblock">
<p><code>&lt;?php<br />
/*<br />
Plugin Name: Orzeszek Tag Cloud<br />
Plugin URI: http://www.orzeszek.org/blog/<br />
Version: 1.1<br />
Author: Orzeszek<br />
Author URI: http://www.orzeszek.org/blog/<br />
Description: Changes the font sizes used by the tag cloud widget.<br />
*/</code></p>
<p><code>function orz_tag_cloud_filter($args = array()) {<br />
&nbsp;&nbsp;&nbsp;$args['smallest'] = <strong>8</strong>;<br />
&nbsp;&nbsp;&nbsp;$args['largest'] = <strong>12</strong>;<br />
&nbsp;&nbsp;&nbsp;$args['unit'] = '<strong>pt</strong>';<br />
&nbsp;&nbsp;&nbsp;return $args;<br />
}</code></p>
<p><code>add_filter('widget_tag_cloud_args', 'orz_tag_cloud_filter', 90);<br />
?&gt;</code></p>
</div>
<p>Create a new directory called <strong>orz-tag-cloud</strong> in your <strong>wp-content/plugins</strong> directory, and upload <strong>orz-tag-cloud.php</strong> to the new directory. Finally, activate the plugin by logging into WordPress as an administrator, selecting <strong>Plugins</strong> from the menu, and selecting <strong>Activate</strong> for the <strong>Orzeszek Tag Cloud</strong> plugin.</p>
<p class="note">Make sure that the very first characters in <strong>orz-tag-cloud.php</strong> are <strong>&lt;?</strong> and that the very last characters are <strong>?&gt;</strong>. If they’re not (for instance, if you have a space after <strong>?&gt;</strong>), you may get a ‘Warning: Cannot modify header information – headers already sent…’ message. <a href="http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/">More info.</a></p>
<p><strong>Update 1:</strong> I updated the plugin to be even simpler and more streamlined. I had originally adapted the plugin from a more complex plugin that provides certain functionality specific to my blog. The original class structure was unnecessary for this simple plugin, however.</p>
<p><strong>Update 2:</strong> I updated the instructions to place the <strong>orz-tag-cloud.php</strong> in its own folder to minimise the potential for conflicts with other plugins.</p>
<p><strong>Update 3:</strong> Added a note indicating the cause of the ‘Warning: Cannot modify header information – headers already sent…’ message, and how to avoid it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/06/11/change-the-tag-cloud-font-size-in-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Razer Prohibits Use of Its Mice with Multiple PCs</title>
		<link>http://www.orzeszek.org/blog/2009/05/28/razer-prohibits-use-of-its-mice-with-multiple-pcs/</link>
		<comments>http://www.orzeszek.org/blog/2009/05/28/razer-prohibits-use-of-its-mice-with-multiple-pcs/#comments</comments>
		<pubDate>Thu, 28 May 2009 05:01:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[drafting]]></category>
		<category><![CDATA[EULA]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Razer]]></category>
		<category><![CDATA[Razer Mamba]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=663</guid>
		<description><![CDATA[I bought a AU$200 Razer Mamba mouse. Being inclined as I am, I decided to read through the legalese that accompanied the mouse, including the EULA for the driver software. ‘Razer™ grants you a … license to use one copy of the enclosed software … on one computer only … No other rights are granted.’]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">I</span> did it. I bought a <a href="http://www.razerzone.com/gaming-mice/razer-mamba/">Razer Mamba mouse</a>. It’s a AU$200 mouse, AU$140 of which is in the form of <a href="http://www.youtube.com/watch?v=nCF3sA_Kllk&#038;hd=1">its packaging</a>. Besides being beautifully designed, it performs very well, and it’s highly recommended if you have the money.</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/razer-mamba.jpg"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/razer-mamba-500x291.jpg" alt="Razer Mamba" title="Razer Mamba" width="500" height="291" class="aligncenter size-large wp-image-664 orz-img-border" /></a></p>
<p>Being inclined as I am, I decided to read through the legalese that accompanies the mouse, including the EULA for the driver software.</p>
<blockquote><p>
Razer™ IS WILLING TO LICENSE THE ENCLOSED SOFTWARE TO YOU ONLY ON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS LICENSE AGREEMENT.
</p></blockquote>
<p>That’s generous. I wonder what kind of license they’re willing to grant.</p>
<blockquote><p>
Razer™ grants you a non-exclusive, revocable license to use <strong>one copy</strong> of the enclosed software program, licensed and not sold to you, (“Software”) on <strong>one computer only</strong> with the Razer™ product you have purchased. <strong>No other rights are granted.</strong> [Emphasis added.]
</p></blockquote>
<p>It’s good to know that I won’t be able to use this mouse with more than one computer, especially given that it comes with on-board memory specifically for the purpose of easily moving it between multiple computers.</p>
<p><span id="more-663"></span></p>
<blockquote><p>
Installation on a network server for the sole purpose of your internal distribution of the Software is permitted <strong>only if</strong> you have purchased an individual Software package or concurrent dedicated license for each networked computer to which the Software is distributed. …</p>
<p>You may not transmit the Software over a network (except as expressly permitted above) or electronically using any means. [Emphasis added.]
</p></blockquote>
<p>So I can’t store it on my home server either. Nice.</p>
<p>It goes without saying that Razer does not, I’m sure, intend to enforce any of this. Indeed enforcement would be difficult for a number of reasons, particularly Razer’s inconsistent advertising. (I would emphasise, however, that there is no fair use concept in Australia.)</p>
<p>One of the goals when drafting a contract is to protect your client’s interests. But the other is to give effect to the bargain struck. It’s incredibly frustrating when lawyers draft licenses such as this and completely ignore the latter.</p>
<div class="orz-attribution">
Render of Razer Mamba by <a href="http://www2.razerzone.com/mamba/gallery.html">Razer</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/05/28/razer-prohibits-use-of-its-mice-with-multiple-pcs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What Conroy Meant by Voluntarily Mandatory</title>
		<link>http://www.orzeszek.org/blog/2009/05/27/what-conroy-meant-by-voluntarily-mandatory/</link>
		<comments>http://www.orzeszek.org/blog/2009/05/27/what-conroy-meant-by-voluntarily-mandatory/#comments</comments>
		<pubDate>Wed, 27 May 2009 08:15:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[Broadcasting Services Act 1992 (Cth)]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=647</guid>
		<description><![CDATA[Yesterday, Senator Conroy made statements in a Senates Estimates hearing suggesting that filtering could be implemented with a voluntary industry code. To explain what he (probably) meant, I have set out how filtering is governed by a voluntary industry code today, how this can be changed to make filtering mandatory, and what exactly is ‘voluntary’ about this industry code.]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/confused-200x343.jpg" alt="Confused" title="Confused" width="200" height="343" class="alignright size-medium wp-image-651 orz-img-no-border" /></p>
<p><span class="drop_cap">Y</span>esterday, Australian IT <a href="http://www.australianit.news.com.au/story/0,27574,25542310-15306,00.html">ran a story</a> suggesting that Senator Stephen Conroy is backing away from the ‘mandatory’ in his mandatory Internet filtering plan. The story refers to statements that Senator Conroy made in a <a href="http://www.aph.gov.au/hansard/senate/commttee/S12032.pdf">Senates Estimates hearing</a> suggesting that filtering could be implemented with a voluntary industry code.</p>
<p>To explain what he (probably) meant, I have set out how filtering is governed by a voluntary industry code today, how this can be changed to make filtering mandatory, and what exactly is ‘voluntary’ about this industry code.</p>
<h3>Status Quo</h3>
<p>The <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/"><em>Broadcasting Services Act 1992</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html">sch&nbsp;5</a>, which is presently in force and has been for years, already provides that ISPs must filter ‘prohibited content’ and ‘potential prohibited content’ hosted overseas notified to them by ACMA.</p>
<p>However, that filtering is subject to any industry code (a code made by a body or association that represents ISPs) that sets out a notification scheme for such content and procedures that ISPs will follow when notified of such content.</p>
<p>In other words, the Act provides that ACMA can direct ISPs to filter out ‘prohibited content’ and ‘potential prohibited content’ hosted overseas unless ISPs have made a code that says that they will deal with the content in some other way.</p>
<p>The <a href="http://www.iia.net.au/">Internet Industry Association</a> (IIA) has made such a code. The most recent version is the <a href="http://www.acma.gov.au/webwr/aba/contentreg/codes/internet/documents/iia_code_2005.pdf"><em>Internet Industry Codes of Practice 2005</em></a>, and it’s registered by ACMA <a href="http://www.acma.gov.au/WEB/STANDARD/pc=PC_90080">here</a>. The Code provides that ACMA will notify the content to makers of <a href="http://www.iia.net.au/index.php/component/content/416.html?task=view#list_of_filters.">IIA Family Friendly Filters</a>, and that ISPs will distribute those filters to customers who want them at no more than cost. Effectively, this creates an opt-in filtering system.</p>
<p><span id="more-647"></span></p>
<p>What Senator Conroy was saying was that there are two ways to introduce mandatory Internet filtering: change the legislation so that ISPs have to filter despite any code or change the code to require mandatory filtering.</p>
<h3>Voluntary Codes are Mandatory</h3>
<p>But if the industry code is voluntary, how can it provide for mandatory filtering? The answer is that compliance with a registered industry code is not really voluntary.</p>
<p>The code is voluntary in that the IIA (or some other body or association that represents ISPs) would have to voluntarily make it (as opposed to legislation which is simply imposed by Parliament). However, once it’s made and registered by ACMA, ACMA can direct an ISP to comply with it.</p>
<p>While failure to comply with the code is not itself an offence, failure to comply with a direction to comply with the code is. The penalty is $5,500 for each day of contravention for an individual and $27,500 for each day of contravention for a body corporate.</p>
<p>Effectively, compliance with the code is mandatory.</p>
<h3>Conclusion</h3>
<p>In this way, even though the code would be voluntarily made, ISPs could be required to comply with it, making filtering effectively mandatory. And even if compliance with the code were truly voluntary, filtering could still be mandatory from the perspective of the end user if enough ISPs chose to comply with it.</p>
<p>None of this is to suggest that the IIA is likely to change the code to mandate filtering. Indeed, given the opposition to filtering, it’s unlikely that ISPs would volunteer to implement filtering on a mandatory basis (especially with the overbroad definition of ‘prohibited content’ in the current Act).</p>
<p>Unfortunately, though, it’s a little too early to celebrate victory over mandatory filtering.</p>
<p class="note">This post is not intended as legal advice. I make no representations whatsoever as to its quality, and will not be liable for any loss, injury, or damage howsoever resulting from it. Seek independent legal advice.</p>
<p class="note">While I have attempted to write this post without bias, I am opposed to any plan for mandatory filtering of online content.</p>
<div class="orz-attribution">
Cartoon by <a href="http://www.flickr.com/photos/kristiand/3223044657/">Kristian D</a> licensed under <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution 2.0 License</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/05/27/what-conroy-meant-by-voluntarily-mandatory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Enable OpenType Ligatures in Word 2010</title>
		<link>http://www.orzeszek.org/blog/2009/05/17/how-to-enable-opentype-ligatures-in-word-2010/</link>
		<comments>http://www.orzeszek.org/blog/2009/05/17/how-to-enable-opentype-ligatures-in-word-2010/#comments</comments>
		<pubDate>Sun, 17 May 2009 11:32:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[OpenType]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=622</guid>
		<description><![CDATA[No normal person would care, but Microsoft has finally added support for OpenType ligatures in Microsoft Word 2010 (Word 14). They’re not enabled by default, though. To enable OpenType ligatures, right-click on some text, select Font, select the Advanced tab, and select Standard Only from the Ligatures combo box.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">N</span>o normal person would care, but Microsoft has finally added support for OpenType ligatures in Microsoft Word 2010 (Word 14). I’ve <a href="http://www.orzeszek.org/blog/2009/02/05/opentype-ligatures-coming-to-word-14/">posted previously</a> about indications that OpenType ligatures would be supported in Word 2010, but since the <a href="http://www.neowin.net/news/main/09/05/16/microsoft-office-2010-technical-preview-leaks">Microsoft Office 2010 Technical Preview leaked</a>, we know for sure.</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/word-2010-ffi-ligature.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/word-2010-ffi-ligature-500x378.png" alt="An ffi ligature in Microsoft Word 2010" title="An ffi ligature in Microsoft Word 2010" width="500" height="378" class="aligncenter size-large wp-image-635 orz-img-no-border" /></a></p>
<p>OpenType ligatures aren’t enabled by default, though.</p>
<p>To enable OpenType ligatures, right-click on some text, select <strong>Font</strong>, select the <strong>Advanced</strong> tab, and select <strong>Standard Only</strong> from the <strong>Ligatures</strong> combo box. This enables the standard ligatures, like fi and ffi.</p>
<p><span id="more-622"></span></p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/word-2010-font-dialog.png" alt="Font dialog in Microsoft Word 2010" title="Font dialog in Microsoft Word 2010" width="517" height="548" class="aligncenter size-full wp-image-640 orz-img-no-border" /></p>
<p>Depending on the font that you’re using, you can also select from a number of other sets of ligatures. And you can select from available stylistic sets and number forms, as well as change the number spacing.</p>
<p>You can also disable these OpenType features entirely by opening <strong>Word Options</strong>, selecting the <strong>Advanced</strong> tab, and checking <strong>Disable OpenType Font Formatting Features</strong> under the <strong>Layout Options</strong> that are right at the bottom.</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/word-2010-compatibility-options.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/word-2010-compatibility-options-500x411.png" alt="Microsoft Word 2010 Compatibility Options" title="Microsoft Word 2010 Compatibility Options" width="500" height="411" class="aligncenter size-large wp-image-626 orz-img-no-border" /></a></p>
<p>This is all great news for the three people who were looking forward to this support in the next version of Word.</p>
<p>You can check out some more Office 2010 screenshots <a href="http://arstechnica.com/microsoft/news/2009/05/leaked-office-2010-technical-preview-screenshots.ars">here</a> and <a href="http://www.winsupersite.com/office/office2010_tp_shots_01.asp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/05/17/how-to-enable-opentype-ligatures-in-word-2010/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>So What Exactly Is Prohibited Content?</title>
		<link>http://www.orzeszek.org/blog/2009/05/16/so-what-exactly-is-prohibited-content/</link>
		<comments>http://www.orzeszek.org/blog/2009/05/16/so-what-exactly-is-prohibited-content/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:30:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[ACMA blacklist]]></category>
		<category><![CDATA[Broadcasting Services Act 1992 (Cth)]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=491</guid>
		<description><![CDATA[When three copies of the ACMA blacklist were posted on Wikileaks, people were surprised to find it included ordinary pornography, horror movie clips, anti-abortion sites, pro-euthanasia sites, and poker sites. I explain why the inclusion of these sites on the list was not the result of error.]]></description>
			<content:encoded><![CDATA[<p></p><p class="note">This article was originally published on 16 April 2009 on <a href="http://newmatilda.com/2009/04/16/so-what-exactly-prohibited-content">newmatilda.com</a>.</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/zombies.jpg" alt="Zombies" title="Zombies" width="251" height="169" class="alignright size-full wp-image-492 orz-img-border" /></p>
<p><span class="drop_cap">W</span>hen Senator Conroy announced a live pilot to assess, among other things, the technical feasibility of filtering the ACMA blacklist of so-called ‘prohibited content’, <a href="http://www.dbcde.gov.au/communications_for_consumers/funding_programs__and__support/cybersafety_plan/internet_service_provider_isp_filtering/_nocache?SQ_DESIGN_NAME=printer_friendly">he described the list</a> as containing ‘child sexual abuse, rape, incest, bestiality, sexual violence, and detailed instruction in crime’.</p>
<p>So, when three copies of the list were posted on <a href="http://wikileaks.org/">Wikileaks</a>, people were surprised to find it included ordinary pornography, horror movie clips, anti-abortion sites, pro-euthanasia sites, and poker sites.</p>
<p>These are not errors. These sites are on the blacklist because the definition of ‘prohibited content’ under the <em>Broadcasting Services Act 1992</em> (Cth) is much broader than people assume.</p>
<p>‘Prohibited content’ is not just illegal content. It includes all content classified RC and X&nbsp;18+; content classified R&nbsp;18+ that is not subject to a restricted access system (which I’ll explain later); and certain commercial content classified MA&nbsp;15+ that is not subject to a restricted access system.</p>
<p>A ‘restricted access system’ is a system that requires a person seeking access to online content to apply for that access and either <em>declare</em> that he or she is at least 15, or <em>prove</em> that he or she is at least 18 (for example, by providing a valid credit card number), depending on whether the content is classified MA&nbsp;15+ or R&nbsp;18+. This is in much the same way that cinemas require proof of age for screenings of certain films.</p>
<p>It should be clear from the definition of ‘prohibited content’ that such content, as a class, is not illegal. MA&nbsp;15+ and R&nbsp;18+ movies screen in public cinemas after all. But what about X&nbsp;18+ and RC content? Most people have some idea of the type of content that’s classified MA&nbsp;15+ and R&nbsp;18+, but don’t necessarily know what’s classified X&nbsp;18+ and/or refused classification (RC).</p>
<p><span id="more-491"></span></p>
<p>Any real depiction of actual sexual activity is classified X&nbsp;18+, so long as it doesn’t feature any RC content.</p>
<p>Content that’s refused classification (RC) is quite diverse. It includes depictions of sexual fetishes, like body piercing, application of substances such as candle wax, golden showers, bondage, spanking, and fisting.</p>
<p>It also covers extreme violence, sexual violence, child pornography, incest fantasies, and bestiality, as well as detailed instruction in crime and detailed instruction in the use of certain drugs.</p>
<p>The law regulating X&nbsp;18+ and RC content in each state and territory of Australia is beyond the scope of this article. Suffice to say that in most places in Australia, possession of X&nbsp;18+ and RC content is not an offence, though sale of X&nbsp;18+ and RC content is. Possession of child pornography is, of course, illegal all over Australia.</p>
<p>So, if prohibited content, as a class, is not prohibited, what is it? The answer is that it’s merely a class of content in relation to which ACMA has certain powers when it’s found online.</p>
<p>Under the <em>Broadcasting Services Act 1992</em> (Cth), when ACMA finds prohibited content hosted in Australia, it must issue a take-down notice directing the provider to cease providing the content to the public or, if it’s in relation to MA&nbsp;15+ or R&nbsp;18+ content, to make it subject to a restricted access system.</p>
<p>The provider must comply with the notice as soon as practicable, but no later than 6:00&nbsp;pm on the next business day. Failure to do so can result in fines up to $11,000 per day (or $55,000 per day for corporations).</p>
<p>In addition to take-down notices, ACMA can also issue a service-cessation or link-deletion notice. These notices apply to live prohibited content (such as live video) and links to prohibited content respectively. They operate the same way, requiring the provider to cease providing the live content or the link.</p>
<p>When ACMA finds prohibited content hosted overseas, it notifies the content to the makers of the <a href="http://www.iia.net.au/index.php/component/content/416.html?task=view">‘Internet Industry Association Family Friendly Filters’</a> pursuant to an industry code that’s been registered under the Act. Under this code, each ISP provides at least one IIA Family Friendly Filter to users who want one, at cost.</p>
<p>IIA Family Friendly Filters are software packages approved by the IIA that users can optionally install on their systems to filter their Internet connections. It was from one of these filters, <a href="http://www.raceriver.com/">Integard</a>, that the three ACMA blacklists posted on Wikileaks were extracted.</p>
<p>So, the regulation as it stands effectively creates an opt-in filtering regime for prohibited content hosted overseas, while at the same time making hosting prohibited content in Australia impractical, since providers have to remove such content when a notice is inevitably issued. Importantly, though, it’s not an offence to host or link to prohibited content in Australia. It’s only an offence to fail to comply with a notice from ACMA.</p>
<p>After Whirlpool was <a href="http://www.australianit.news.com.au/story/0,24897,25181408-15306,00.html">threatened</a> with an $11,000 per day fine for linking to a blacklisted anti-abortion site, some people expressed concern that they’d be fined for linking to a site on a secret list, even though they had no way of knowing what was on that list.</p>
<p>As explained above, this isn’t the case. You could get a notice from ACMA if you host or link to prohibited content, but you won’t be fined unless you fail to comply with it. (Particular content may be illegal under state or territory law though. For example, possession and copying of RC content is illegal in Western Australia.)</p>
<p>Understanding that the ACMA blacklist is of prohibited content and that prohibited content is not just illegal content, it is clear why the sites mentioned earlier are on the list.</p>
<p>Ordinary pornography sites are on the list because they feature real depictions of sexual activity. Such content would be classified X&nbsp;18+ or, if it featured a sexual fetish, RC.</p>
<p>A clip from a horror movie posted on YouTube is included because it would be classified R&nbsp;18+. YouTube requires users to declare that they are at least 18 before viewing the clip, but in order for this site not to be listed as ‘prohibited content’ a restricted access system would have to require proof of age.</p>
<p>The anti-abortion sites on the list contain graphic images and video of abortions and aborted foetuses. The content is not subject to any restricted access system. Presumably, these images and videos would be classified R&nbsp;18+ or RC.</p>
<p>The pro-euthanasia sites on the list provide detailed instruction in the use of drugs like Nembutal. Under current guidelines, such instruction is classified RC.</p>
<p>Finally, the list also contains some sites that don’t host prohibited content, like a Queensland dentist’s website and an astrology website. These sites were added to the list because, at the time, they had been defaced with prohibited content. The legislation makes no distinction between sites intentionally hosting prohibited content and those that have been defaced with such content.</p>
<p>But what about the poker sites? Poker sites, and other gambling websites, aren’t prohibited content under the <em>Broadcasting Services Act 1992</em> (Cth), but they are ‘prohibited Internet gambling content’ under the <em>Interactive Gambling Act 2001</em> (Cth).</p>
<p>Under that Act, ACMA has essentially the same powers in relation to overseas-hosted prohibited Internet gambling content as it does in relation to overseas-hosted prohibited content. That is, it notifies the content to makers of IIA Family Friendly Filters. This is why websites like PartyPoker.com end up on the blacklist too.</p>
<p>The most important thing about all of the above is that this is regulation that’s been in place since 2000. The current Government hasn’t clearly stated what it proposes to change.</p>
<p>Initially, the Government indicated it would mandate filtering of the existing ACMA blacklist. The Department of Communications website <a href="http://www.dbcde.gov.au/communications_for_consumers/funding_programs__and__support/cybersafety_plan/internet_service_provider_isp_filtering/_nocache?SQ_DESIGN_NAME=printer_friendly">still says</a> that ‘filtering would block content using a blacklist of prohibited sites &#8230; which are defined as “prohibited” under Australian legislation which has been in place since 2000’.</p>
<p>More recently, the Government said in a <a href="http://www.minister.dbcde.gov.au/media/media_releases/2009/014">media release</a> that it ‘has indicated an interest in [filtering] content that is <em>Refused Classification</em>’ (emphasis added). Senator Conroy made corresponding statements on <a href="http://news.sbs.com.au/insight/episode/index/id/59">SBS’s <em>Insight</em></a> and <a href="http://mpegmedia.abc.net.au/triplej/hack/daily/hack_tues_2009_04_07.mp3">Triple J’s <em>Hack</em></a> programs. In the latter, he insisted that this has always been the case.</p>
<p>Even if that is the case, the nature of Internet filtering is such that any blacklist will have to be secret, mistakes will be made, and circumvention will be easy. And RC is a broad category that includes material that many Australians find unobjectionable.</p>
<p>Perhaps it would be better if each Australian could decide for him- or herself what is objectionable. This is how the Internet has always worked in Australia, and we haven’t descended into anarchy yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/05/16/so-what-exactly-is-prohibited-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mpegmedia.abc.net.au/triplej/hack/daily/hack_tues_2009_04_07.mp3" length="12535978" type="audio/mpeg" />
		</item>
		<item>
		<title>Restricted Access Systems Insufficient for Links</title>
		<link>http://www.orzeszek.org/blog/2009/05/07/restricted-access-systems-insufficient-for-links/</link>
		<comments>http://www.orzeszek.org/blog/2009/05/07/restricted-access-systems-insufficient-for-links/#comments</comments>
		<pubDate>Thu, 07 May 2009 03:56:30 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[Broadcasting Services Act 1992 (Cth)]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=599</guid>
		<description><![CDATA[After it came out that the Classification Board had classified the infamous AbortionTV page R&#160;18+, a number of people have suggested that you could link to the page if you made the link subject to a restricted access system. But restricted access systems in relation to R&#160;18+ require proof of age and, in any event, must apply to the content itself and not to the link to the content.]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/padlock.png" alt="A padlock" title="A padlock" width="200" height="200" class="alignright size-full wp-image-614 orz-img-no-border" /></p>
<p><span class="drop_cap">A</span>fter <a href="http://www.orzeszek.org/blog/2009/05/05/classification-board-classifies-abortiontv-r18/">ACMA issued a final link-deletion notice to EFA</a> in relation to the AbortionTV website, it came out that the <a href="http://www.oflc.gov.au/www/cob/find.nsf/d853f429dd038ae1ca25759b0003557c/abef462c9c47103cca2575a90027659a!OpenDocument">Classification Board had classified the relevant page R&nbsp;18+</a>. A number of people have suggested that you could still link to the AbortionTV website if you made the link subject to a restricted access system.</p>
<p>There are two problems with this under the current system in the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/"><em>Broadcasting Services Act 1992</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">sch&nbsp;7</a>.</p>
<p>First, a restricted access system in relation to R&nbsp;18+ content must require applicants for access to that content to provide <em>proof</em> of their age, not merely a <em>declaration</em>. Users aren’t going to hand out valid credit card numbers or copies of their birth certificates just to view links.</p>
<p>Second, the restricted access system must apply to the R&nbsp;18+ content itself, and not to the link to the R&nbsp;18+ content. That is, R&nbsp;18+ content that’s not subject to a restricted access system is prohibited content. A link that’s subject to a restricted access system that points to R&nbsp;18+ content that’s not subject to a restricted access system is still a link to prohibited content.</p>
<p>The test that ACMA applies when determining whether to issue a link-deletion notice is whether there is a link hosted in Australia that points to prohibited content. It’s not relevant whether the link itself is subject to a restricted access system or not.</p>
<p>I have provided details below.</p>
<p><span id="more-599"></span></p>
<h3>Proof of Age</h3>
<p>Under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295958">cl&nbsp;14</a>, ACMA has power to declare what is a ‘restricted access system’ in relation to particular classes of content. The most recent declaration is the <a href="http://www.acma.gov.au/webwr/_assets/main/lib310563/ras_declaration_2007.pdf"><em>Restricted Access System Declaration 2007</em></a>.</p>
<p>Among seven requirements for restricted access systems in relation to R&nbsp;18+ content, <a href="http://www.acma.gov.au/webwr/_assets/main/lib310563/ras_declaration_2007.pdf">cl&nbsp;13</a> provides</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">Unless subsection 14(2) or (3) applies, the access-control system must verify that the applicant is at least 18 years of age by:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">requiring the applicant to provide evidence that the applicant is at least 18 years of age; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">applying the risk analysis described in section 15.</span></p>
</blockquote>
<p>So, a restricted access system in relation to R&nbsp;18+ content must require proof of age, not merely a declaration. (<a href="http://www.acma.gov.au/webwr/_assets/main/lib310563/ras_declaration_2007.pdf">Subsections 14(2) and (3)</a> merely provide that the access-control system need not verify the applicant’s age more than once.)</p>
<p>What types of evidence? <a href="http://www.acma.gov.au/webwr/_assets/main/lib310563/ras_declaration_2007.pdf">Clause 15(2)</a> provides</p>
<blockquote>
<p class="orz-li-0">The risk analysis must identify and assess the risk that a kind of evidence of age submitted to the access-control system could be held or used by:</p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">a person other than the person it purports to identify; or</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">a person who is younger than the age which the form of evidence attributes to the person being identified.</span></p>
</blockquote>
<p>Examples of sufficient evidence might include valid credit card numbers or copies of birth certificates, which, of course, users won’t be willing to provide to just any website.</p>
<h3>Restricted Access Systems Don’t Relate to Links</h3>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964">Clause 20(1)</a> states that content is ‘prohibited content’ if, among other alternatives,</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">both:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content has been classified R&nbsp;18+ by the Classification Board; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">access to the content is not subject to a restricted access system</span></p>
</blockquote>
<p>From this, it’s clear that R&nbsp;18+ content is prohibited content only if it’s not subject to a restricted access system. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296021">Division 5</a> then requires ACMA to issue link-deletion notices where</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">end-users in Australia can access content using a link provided by a links service; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the content is prohibited content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">the links service has an Australian connection</span></p>
</blockquote>
<p>So, the test is whether the content that is linked to is prohibited content, not whether the link itself is prohibited content.</p>
<p>If the content linked to were classified R&nbsp;18+ and were subject to a restricted access system, then it wouldn’t be prohibited content and no link-deletion notice would be issued for the link.</p>
<p>However, if the content linked to were classified R&nbsp;18+ but weren’t subject to a restricted access system, then it would be prohibited content and a link-deletion notice would be issued for the link. Here, it’s irrelevant whether the link itself is subject to any restricted access system.</p>
<p>In other words, the test for issuing a link-deletion notice is not whether you have a link that’s not subject to a restricted access system to R&nbsp;18+ content. It’s whether you have a link to R&nbsp;18+ content that’s not subject to a restricted access system.</p>
<p>There are only two scenarios for linking to the AbortionTV content that won’t risk a link-deletion notice. First, you can host the link itself outside of Australia. Then, the links service won’t have an <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295946">‘Australian connection’</a>. Second, you can ask AbortionTV to require visitors to prove that they’re over 18. That won’t happen.</p>
<p class="note">This post is not intended as legal advice. I make no representations whatsoever as to its quality, and will not be liable for any loss, injury, or damage howsoever resulting from it. Seek independent legal advice.</p>
<p class="note">While I have attempted to write this post without bias, I am opposed to any plan for mandatory filtering of online content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/05/07/restricted-access-systems-insufficient-for-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classification Board Classifies AbortionTV R 18+</title>
		<link>http://www.orzeszek.org/blog/2009/05/05/classification-board-classifies-abortiontv-r18/</link>
		<comments>http://www.orzeszek.org/blog/2009/05/05/classification-board-classifies-abortiontv-r18/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:56:34 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=586</guid>
		<description><![CDATA[Today, ACMA issued EFA with a final link-deletion notice for linking to the blacklisted AbortionTV page. From the notice, it appears that the Classification Board has now actually classified the content, and that the classification it arrived at was R&#160;18+. The AbortionTV page is now ‘prohibited content’ as opposed to ‘potential prohibited content’.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">T</span>oday, Electronic Frontiers Australia (EFA) <a href="http://www.efa.org.au/2009/05/05/efa-gets-link-removal-notice/">announced</a> that its host had received a <a href="http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%E2%80%99t-fine-you-11000-a-day/">final link-deletion notice</a> from ACMA directing them to remove a link to a page on the AbortionTV website that EFA included in an article appropriately titled <a href="http://www.efa.org.au/2009/03/13/net-censorship-already-having-a-chilling-effect/">‘Net censorship already having a chilling effect’</a>.</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/sublime-ip-final-ldn.pdf"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/sublime-ip-final-ldn.png" alt="ACMA Final Link-Deletion Notice issued to Sublime IP" title="ACMA Final Link-Deletion Notice issued to Sublime IP" width="500" height="708" class="aligncenter size-full wp-image-588 orz-img-border" /></a></p>
<p>EFA has since complied, replacing the original link with the following:</p>
<blockquote><p>REDACTED. The original title of the page was “AbortionTV Pictures #6”, and can presumably be found using major search engines.</p></blockquote>
<p>One of the ironies is that by issuing these notices, ACMA has probably driven more traffic to the AbortionTV website than any other organisation. If googling the text quoted above is too much trouble, people can always use <a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/sublime-ip-final-ldn.pdf">the notice itself</a> as a handy reference.</p>
<p>The other interesting thing about this notice, <a href="http://twitter.com/NewtonMark/statuses/1704066539">as Mark Newton points out</a>, is that Andree Wright from ACMA testified at a <a href="http://www.aph.gov.au/hansard/senate/commttee/S11635.pdf">Senates Estimates hearing on 23 February 2009</a> that the AbortionTV site was added to the blacklist because there was a substantial likelihood that it would be refused classification.</p>
<blockquote><p>From memory, it was a page that contained no text, just pictures. The pictures were of aborted and dismembered foetuses. The graphic nature of the presentation without any contextualisation of the images meant that the images were judged on their own merits for their impact and their severity. We have kept a careful watching brief on the way the Classification Board has handled those types of images. On a previous occasion, we made a referral to the Classification Board on very similar material and it came back as ‘refused classification’. So we juxtaposed the two decisions and judged it on the images.</p></blockquote>
<p>That meant that, at the time it was added to the blacklist, the content was ‘potential prohibited content’, which meant that the Classification Board had not actually classified the content.</p>
<p>This latest notice states that the content is ‘prohibited content’. That means that the Classification Board has now actually classified it, and <a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/sublime-ip-final-ldn.pdf">the notice</a> states that the classification is R&nbsp;18+. Presumably, the Board classified this content after <a href="http://www.australianit.news.com.au/story/0,24897,25181408-15306,00.html">ACMA issued Whirlpool’s host an interim link-deletion notice</a>.</p>
<p><strong>Download:</strong> <a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/05/sublime-ip-final-ldn.pdf">Sublime IP Final Link-Deletion Notice</a> (298&nbsp;KB)</p>
<p><strong>Update:</strong> <a href="http://nic.suzor.com/blog/2009/20090505-efa_receives_link_deletion_notice">Nic Suzor pointed out</a> that a summary of the Classification Board’s decision is available <a href="http://www.oflc.gov.au/www/cob/find.nsf/d853f429dd038ae1ca25759b0003557c/abef462c9c47103cca2575a90027659a!OpenDocument">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/05/05/classification-board-classifies-abortiontv-r18/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Daily Show Now Unavailable Online in Australia</title>
		<link>http://www.orzeszek.org/blog/2009/04/29/the-daily-show-now-unavailable-online-in-australia/</link>
		<comments>http://www.orzeszek.org/blog/2009/04/29/the-daily-show-now-unavailable-online-in-australia/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:13:55 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[online content]]></category>
		<category><![CDATA[television]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=569</guid>
		<description><![CDATA[Today, The Daily Show website joins a long list of innovative online content services, such as Hulu and Pandora Internet Radio, that are unavailable to Australian residents. The frustration is ineffable. At least we have Foxtel.com.au, where you can watch ads for Foxtel 24-hours-a-day.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">T</span>oday, <a href="http://www.thedailyshow.com/">The Daily Show website</a> joins a long list of innovative online content services, such as <a href="http://www.hulu.com/">Hulu</a> and <a href="http://www.pandora.com/">Pandora Internet Radio</a>, that are unavailable to Australian residents:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/the-daily-show-website-window.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/the-daily-show-website-content-500x398.png" alt="The Daily Show website viewed from Australia" title="The Daily Show website viewed from Australia" width="500" height="398" class="aligncenter size-large wp-image-568 orz-img-border" /></a></p>
<p>Then there are the services, like <a href="http://www.itunes.com/">iTunes</a> and <a href="http://www.audible.com/">Audible</a>, that offer limited catalogues of content to their Australian users. And movies and television series that are made available to Australians months after they’re made available elsewhere.</p>
<p>The frustration is ineffable.</p>
<p>A number of people have noted that you can use VPN services, such as <a href="http://www.hotspotvpn.com/">HotSpotVPN</a>, or other US-based proxies to make these sites believe you’re connecting from within the US. You can, of course. But, other than the extra cost, you’d be in breach of the <a href="http://www.thedailyshow.com/terms.jhtml">terms of service</a>:</p>
<blockquote><p>This Site is offered and made available only to users 18 years of age or older who reside in United States of America. If you are not yet 18 years old, or do not reside in the United States, please discontinue using the Site immediately … by using or attempting to use the Site, you certify that you are at least 18 years of age and meet any other eligibility and residency requirements of the Site.</p></blockquote>
<p>At least we have <a href="http://www.foxtel.com.au/">Foxtel.com.au</a>, where you can watch ads for Foxtel 24-hours-a-day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/04/29/the-daily-show-now-unavailable-online-in-australia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exetel Trials Filtering with No Ability to Opt-Out</title>
		<link>http://www.orzeszek.org/blog/2009/04/28/exetel-trials-filtering-with-no-ability-to-opt-out/</link>
		<comments>http://www.orzeszek.org/blog/2009/04/28/exetel-trials-filtering-with-no-ability-to-opt-out/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 18:30:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=550</guid>
		<description><![CDATA[Around noon yesterday, Steve Waddington of Exetel announced that Exetel would run its own filtering trial, independently of the Government-run trial. The kicker? There is no ability to opt-out of the trial.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">A</span>round noon yesterday, four weeks late for April Fools’, <a href="http://forum.exetel.com.au/viewtopic.php?f=4&#038;t=31829">Steve Waddington of Exetel announced</a> that <a href="http://www.exetel.com.au/">Exetel</a> would run its own Internet filtering trial, independently of <a href="http://www.minister.dbcde.gov.au/media/media_releases/2009/005">the Government-run trial</a>. The kicker? There is no ability to opt-out of the trial.</p>
<p>The announcement states that the purpose of the trial is to give engineers and administrators an opportunity to understand the filtering technology, its implementation, and its costs.</p>
<blockquote><p>We anticipate that the implementation of this NetClean system will have no impact for any end user. However, if you suspect you have been impacted, please post your experience <a href="http://forum.exetel.com.au/viewtopic.php?f=4&#038;t=31829">here</a> and we will investigate and report back.</p></blockquote>
<p>Most curiously, the announcement states</p>
<blockquote><p>Any opinions or comments relating to your personal views on government filtering should be directed to your local MP.</p></blockquote>
<p>The trial is set to start today and <a href="http://forum.exetel.com.au/viewtopic.php?f=4&#038;t=31829#p243201">is expected to run ‘a few days to a week’</a>.</p>
<h3>Technical Summary</h3>
<p>Last Friday, Steven Waddington <a href="http://steve.blogs.exetel.com.au/index.php?/archives/186-Content-Filtering.html">posted some technical details</a> about the <a href="http://www.watchdoginternational.net/index.php/products-services/internet-filtering-systems/70-netclean-whitebox-internet-filtering-csai/">NetClean WhiteBox</a> that Exetel would use. You can get the firsthand information <a href="http://www.watchdoginternational.net/index.php/filtering-technology">here</a>.</p>
<p>If I understand correctly, the system is set up as a <a href="http://en.wikipedia.org/wiki/BGP">BGP</a> neighbour. It queries <a href="http://en.wikipedia.org/wiki/Domain_Name_System">DNS</a> servers for the <a href="http://en.wikipedia.org/wiki/IP_address">IPs</a> of all blacklisted sites. It then poisons the attached network by advertising hostroutes for these IP addresses with itself as the next hop.</p>
<p>Since ISPs do this kind of routing anyway, so long as the blacklist is small (less than around 10,000 IPs according to the system’s makers), there should be no discernible impact on performance.</p>
<p>When a request is routed to the filtering system, the filter inspects it to determine whether the specific URL requested is on the blacklist. That way, when blacklisted content shares an IP with non-blacklisted content, the non-blacklisted content isn’t blocked.</p>
<p>It’s an elegant solution, insofar as it’s a clever implementation of bad policy.</p>
<p><span id="more-550"></span></p>
<h3>No Opt-Out</h3>
<p>Steven Waddington confirmed in a reply to a comment to his technical post that there’s <a href="http://steve.blogs.exetel.com.au/index.php?/archives/186-Content-Filtering.html#c505">no ability to opt out</a>. In the forum, it’s explained that <a href="http://forum.exetel.com.au/viewtopic.php?f=4&#038;t=31829#p243220">it’s technically infeasible</a> for this system to allow end-users to opt-out.</p>
<p>I’m not intimately familiar with this technology, but I don’t see why that would be the case. The system would only have to check for an opt-out preference after it receives a routed IP and has confirmed that the requested URL is blacklisted. This should occur for relatively few requests with a small blacklist.</p>
<p>Of course, you can still ‘opt-out’ by using a <a href="http://en.wikipedia.org/wiki/Proxy_server">proxy server</a>, a <a href="http://en.wikipedia.org/wiki/VPN">VPN</a>, or <a href="https://www.torproject.org/">Tor</a>.</p>
<h3>What’s Filtered</h3>
<p>Steve Waddington’s <a href="http://steve.blogs.exetel.com.au/index.php?/archives/186-Content-Filtering.html">technical post</a> states that the makers of the NetClean WhiteBox, <a href="http://www.watchdoginternational.net/index.php/filtering-technology">Watchdog International</a> (whose motto is appropriately ‘get the worst out of the Internet’), are supplying Exetel with a list of 198 IPs. What does it contain?</p>
<blockquote><p><a href="http://forum.exetel.com.au/viewtopic.php?f=4&#038;t=31829#p243220">It’s a technical trial so it really doesn’t matter.</a> If ever a law is passed that requires Exetel [to] use a list of sites then the Australian Federal [Government] would be the only issuing authority.</p></blockquote>
<p>So we don’t know what’s on the list, but we do know that the list won’t be expanded during the course of the trial. The system only works with small blacklists, and doesn’t support any kind of dynamic filtering.</p>
<h3>Conclusion</h3>
<p>The key points are that Exetel is running a filtering trial with no-opt out mechanism. It’s using a blacklist of 198 unknown IPs. There is no dynamic filtering, and seemingly no plans for any trial of such technology.</p>
<p>It’s likely that Exetel customers won’t notice a change, other than a sinking feeling of knowing that they are one step closer to an Orwellian Australia.</p>
<p class="note">This post covers recent events and may contain errors or inaccuracies. Exetel hasn’t provided an official statement detailing this trial, and much of the information posted here is from semi-official sources.</p>
<p class="note">I am opposed to any plan for mandatory filtering of online content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/04/28/exetel-trials-filtering-with-no-ability-to-opt-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classification Board Website Finally Back Online</title>
		<link>http://www.orzeszek.org/blog/2009/04/24/classification-board-website-finally-back-online/</link>
		<comments>http://www.orzeszek.org/blog/2009/04/24/classification-board-website-finally-back-online/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:30:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>
		<category><![CDATA[defaced sites]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=540</guid>
		<description><![CDATA[On 26 March 2009, the Classification Board website was hacked, and the text on the homepage was replaced. Today, nearly a full month after the site was hacked, an overhauled version of the site is finally back online.]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">O</span>n 26 March 2009, the <a href="http://www.classification.gov.au/">Classification Board website</a> was hacked, and the text on the homepage <a href="http://www.orzeszek.org/blog/2009/03/26/classification-board-website-hacked/">was replaced</a>. The altered site was available for around three-and-a-half hours before it was taken offline. And, five days later, a placeholder page was posted.</p>
<p>Today, nearly a full month after the site was hacked, the site is now back online:</p>
<p><a href="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/classification-board-website-window.png"><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/classification-board-website-content-500x490.png" alt="Updated Classification Board website" title="Updated Classification Board website" width="500" height="490" class="aligncenter size-large wp-image-542 orz-img-border" /></a></p>
<p>The entire website appears to have been overhauled. Most notably, the design and layout of the site has been updated. Presumably, attention was given to security too.</p>
<p>While I hadn’t spent much time on the old Classification Board website, the new site appears to be an improvement. It’s certainly better than the <a href="http://www.courts.sa.gov.au/">Courts Administration Authority of South Australia website</a>, which is still firmly lodged in the ’90s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/04/24/classification-board-website-finally-back-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why ACMA Probably Won’t Fine You $11,000 a Day</title>
		<link>http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%e2%80%99t-fine-you-11000-a-day/</link>
		<comments>http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%e2%80%99t-fine-you-11000-a-day/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 21:40:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[Broadcasting Services Act 1992 (Cth)]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=423</guid>
		<description><![CDATA[After ACMA threatened Whirlpool’s host with an $11,000 per day fine if it failed to remove a link to a blacklisted anti-abortion website, some people expressed concern that they’d receive surprise fines. To explain why this isn’t the case, I provide a detailed look at the regulation of Australian-hosted prohibited content.]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/fig-leaf-200x236.jpg" alt="Fig leaf" title="Fig leaf" width="200" height="236" class="alignright size-medium wp-image-523 orz-img-no-border" /></p>
<p><span class="drop_cap">I</span>n March 2009, <a href="http://www.australianit.news.com.au/story/0,24897,25181408-15306,00.html">ACMA issued a notice to Bulletproof Networks</a>, who host the popular <a href="http://www.whirlpool.net.au/">Whirlpool online discussion site</a>. The notice required Bulletproof Networks to remove a link to a blacklisted anti-abortion site, and threatened an $11,000 per day fine if it failed to comply.</p>
<p>After this, some people expressed concern that they’d be fined for linking to a site on a secret blacklist. For example, <a href="http://www.costik.com/paranoia/2009/03/paranoia-in-real-world-acmas-secret.html">this blog</a> said</p>
<blockquote><p>
ACMA plans to fine any site that links to a blacklisted site up to A$11,000 per day. The catch is—doubtless you saw this coming, citizen—the blacklist’s contents are secret. If you link to its prohibited sites, you won’t know until ACMA fines you.
</p></blockquote>
<p>To explain why this isn’t the case, I have provided a summary of the regulation of prohibited content and potential prohibited content hosted in Australia found in the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/"><em>Broadcasting Services Act 1992</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">sch&nbsp;7</a>.</p>
<p>I detailed the definition of ‘prohibited content’ and ‘potential prohibited content’ in a <a href="http://www.orzeszek.org/blog/2009/04/02/why-it%E2%80%99s-legal-to-view-prohibited-content/">previous post</a> that dealt with such content hosted overseas. Recapping briefly, ‘prohibited content’ is</p>
<ul>
<li>content rated RC or X&nbsp;18+;</li>
<li>content rated R&nbsp;18+ and not subject to a restricted access system; and</li>
<li>content rated MA&nbsp;15+ provided by certain commercial services and not subject to a restricted access system.</li>
</ul>
<p>When ACMA finds prohibited content or potential prohibited content, or links to such content, hosted in Australia, it issues the provider a notice that requires them to cease providing the content. The provider must comply with the notice by 6&nbsp;pm the next business day or face fines up to $11,000 per day.</p>
<p>So it’s not an offence to host or link to such content in Australia. It’s only an offence to fail to comply with a notice from ACMA directing you to cease doing so. You won’t get a surprise fine.</p>
<p>Below, I provide a detailed look at the regulation.</p>
<p><span id="more-423"></span></p>
<h3>Australian Connection</h3>
<p>The first thing about the regulation of prohibited content and potential prohibited content in <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">sch&nbsp;7</a> is that it applies only to content services and hosting services that have an ‘Australian connection’. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295946">Clause 3</a> provides</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">For the purposes of this Schedule, a content service has an <strong><em>Australian connection</em></strong> if, and only if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">any of the content provided by the content service is hosted in Australia; or</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">in the case of a live content service—the live content service is provided from Australia.</span></p>
<p class="orz-li-1"><span class="orz-li-body">Note: A link is an example of content. If a link provided by a content service is hosted in Australia, the content service will have an Australian connection (see paragraph (a)).</span></p>
<p class="orz-li-1"><span class="orz-li-number">(2) </span><span class="orz-li-body">For the purposes of this Schedule, a hosting service has an <strong><em>Australian connection</em></strong> if, and only if, any of the content hosted by the hosting service is hosted in Australia.</span></p>
</blockquote>
<h3>Prohibited Content</h3>
<p>The action taken by ACMA depends on whether the content is prohibited content or potential prohibited content. In relation to prohibited content, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">cl&nbsp;47(1)</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">If, in the course of an investigation under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295998">Division 2</a>, the ACMA is satisfied that:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">content hosted by a hosting service provider is prohibited content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the relevant hosting service has an Australian connection;</span></p>
<p class="orz-li-0"><span class="orz-li-body">the ACMA must:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content does not consist of an eligible electronic publication; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the content has been classified RC or X&nbsp;18+ by the Classification Board;</span></p>
<p class="orz-li-1"><span class="orz-li-body">give the hosting service provider a written notice (a <strong><em>final take-down notice</em></strong>) directing the hosting service provider to take such steps as are necessary to ensure that a type A remedial situation exists in relation to the content</span></p>
</blockquote>
<p>Essentially, a ‘type A remedial situation’ is one in which the provider no longer provides the content. Since the content has actually been classified by the Classification Board, the notice to stop hosting the content is final.</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(d) </span><span class="orz-li-body">if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content does not consist of an eligible electronic publication; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the content has been classified R&nbsp;18+ or MA&nbsp;15+ by the Classification Board;</span></p>
<p class="orz-li-1"><span class="orz-li-body">give the hosting service provider a written notice (a <strong><em>final take-down notice</em></strong>) directing the hosting service provider to take such steps as are necessary to ensure that a type B remedial situation exists in relation to the content</span></p>
</blockquote>
<p>A ‘type B remedial situation’ is essentially one in which the provider either no longer provides the content or makes the content subject to a restricted access system. This is because content classified R&nbsp;18+ or MA&nbsp;15+ isn’t prohibited content if it’s subject to a restricted access system.</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(e) </span><span class="orz-li-body">if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content consists of an eligible electronic publication; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the content has been classified RC, category 2 restricted or category 1 restricted by the Classification Board;</span></p>
<p class="orz-li-1"><span class="orz-li-body">give the hosting service provider a written notice (a <strong><em>final take-down notice</em></strong>) directing the hosting service provider to take such steps as are necessary to ensure that a type A remedial situation exists in relation to the content.</span></p>
</blockquote>
<p>The different classification level here matches the different definition of prohibited content applicable where the content is an eligible electronic publication, as explained in <a href="http://www.orzeszek.org/blog/2009/04/02/why-it%E2%80%99s-legal-to-view-prohibited-content/">my previous post</a>. Briefly, an <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295955">‘eligible electronic publication’</a> is an electronic version (or an audio recording) of a book, magazine, or newspaper that is or was available to the public in Australia.</p>
<h3>Potential Prohibited Content</h3>
<p>In relation to potential prohibited content, the procedure is essentially the same, except that the notice is only an interim notice until the content is actually classified by the Classification Board. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">Clause 47(2)</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">If:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">in the course of an investigation under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295998">Division 2</a>, the ACMA is satisfied that:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">content hosted by a hosting service provider is potential prohibited content; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the relevant hosting service has an Australian connection; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the ACMA is satisfied that, if the content were to be classified by the Classification Board, there is a substantial likelihood that:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">if the content does not consist of an eligible electronic publication—the content would be classified RC or X&nbsp;18+; or</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">if the content consists of an eligible electronic publication—the content would be classified RC or category 2 restricted;</span></p>
<p class="orz-li-0"><span class="orz-li-body">the ACMA must:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">give the hosting service provider a written notice (an <strong><em>interim take-down notice</em></strong>) directing the provider to take such steps as are necessary to ensure that a type A remedial situation exists in relation to the content until the ACMA notifies the hosting service provider under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">subclause (4)</a> of the Classification Board’s classification of the content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(d) </span><span class="orz-li-body">apply to the Classification Board under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295968">clause 22</a> for classification of the content.</span></p>
</blockquote>
<p>Type A and type B remedial situations are the same as for prohibited content, so the effect of the above is that the provider must cease providing the content until it’s actually classified by the Classification Board.</p>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">Clause 47(3)</a> continues</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">If:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">in the course of an investigation under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295998">Division 2</a>, the ACMA is satisfied that:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">content hosted by a hosting service provider is potential prohibited content; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the relevant hosting service has an Australian connection; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the content does not consist of an eligible electronic publication; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">the ACMA is satisfied that, if the content were to be classified by the Classification Board, there is a substantial likelihood that the content would be classified R&nbsp;18+ or MA&nbsp;15+;</span></p>
<p class="orz-li-0"><span class="orz-li-body">the ACMA must:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(d) </span><span class="orz-li-body">give the hosting service provider a written notice (an <strong><em>interim take-down notice</em></strong>) directing the provider to take such steps as are necessary to ensure that a type B remedial situation exists in relation to the content until the ACMA notifies the hosting service provider under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">subclause (4)</a> of the Classification Board’s classification of the content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(e) </span><span class="orz-li-body">apply to the Classification Board under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295968">clause 22</a> for classification of the content.</span></p>
</blockquote>
<p>The effect here is that the provider must either cease providing the content or make it subject to a restricted access system until the content is actually classified by the Classification Board.</p>
<h3>Actual Classification</h3>
<p>Once the Classification Board classifies the content (which used to be potential prohibited content), ACMA must notify the provider and, if the classification is such that the content is now prohibited content, issue a final take-down notice.</p>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">Clause 47(4)</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">If, in response to an application made as required by <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">subclause (2)</a> or <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">(3)</a>, the ACMA is informed under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295970">paragraph 23(b)</a> of the classification of particular content, the ACMA must:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">give the relevant hosting service provider a written notice setting out the classification; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">in a case where:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content does not consist of an eligible electronic publication; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the effect of the classification is that the content is prohibited content because it has been classified RC or X&nbsp;18+ by the Classification Board;</span></p>
<p class="orz-li-1"><span class="orz-li-body">give the hosting service provider a written notice (a <strong><em>final take-down notice</em></strong>) directing the provider to take such steps as are necessary to ensure that a type A remedial situation exists in relation to the content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">in a case where:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content does not consist of an eligible electronic publication; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the effect of the classification is that the content is prohibited content because it has been classified R&nbsp;18+ or MA&nbsp;15+ by the Classification Board;</span></p>
<p class="orz-li-1"><span class="orz-li-body">give the hosting service provider a written notice (a <strong><em>final take-down notice</em></strong>) directing the provider to take such steps as are necessary to ensure that a type B remedial situation exists in relation to the content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(d) </span><span class="orz-li-body">in a case where:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content consists of an eligible electronic publication; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">the effect of the classification is that the content is prohibited content because it has been classified RC, category 2 restricted or category 1 restricted by the Classification Board;</span></p>
<p class="orz-li-1"><span class="orz-li-body">give the hosting service provider a written notice (a <strong><em>final take-down notice</em></strong>) directing the provider to take such steps as are necessary to ensure that a type A remedial situation exists in relation to the content.</span></p>
</blockquote>
<p>Since the content has now actually been classified by the Classification Board, the notices are all final. </p>
<h3>Type A and Type B Remedial Situations</h3>
<p>I have briefly summarised what type A and type B remedial situations are, but the specific wording of the definitions may be important. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">Clause 47(6)</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">For the purposes of the application of this clause to a hosting service provider, a <strong><em>type A remedial situation</em></strong> exists in relation to content at a particular time if:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">the provider does not host the content; or</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the content is not provided by a content service provided to the public (whether on payment of a fee or otherwise).</span></p>
</blockquote>
<p>And <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296003">cl&nbsp;47(7)</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">For the purposes of the application of this clause to a hosting service provider, a <strong><em>type B remedial situation</em></strong> exists in relation to content at a particular time if:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">the provider does not host the content; or</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the content is not provided by a content service provided to the public (whether on payment of a fee or otherwise); or</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">access to the content is subject to a restricted access system.</span></p>
</blockquote>
<h3>Compliance</h3>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296010">Clause 53</a> provides</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">A hosting service provider must comply with an interim take-down notice that applies to the provider as soon as practicable, and in any event by 6&nbsp;pm on the next business day, after the notice was given to the provider.</span></p>
<p class="orz-li-1"><span class="orz-li-number">(2) </span><span class="orz-li-body">A hosting service provider must comply with a final take-down notice that applies to the provider as soon as practicable, and in any event by 6&nbsp;pm on the next business day, after the notice was given to the provider.</span></p>
</blockquote>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296010">Clause 53(6)</a> provides that <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296010">subclauses (1)</a> and <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296010">(2)</a> are designated content/hosting service provider rules.</p>
<h3>Criminal Offence</h3>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296076">Clause 106</a> then provides</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">A person commits an offence if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">the person is a designated content/hosting service provider; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">the person engages in conduct; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(c) </span><span class="orz-li-body">the person’s conduct contravenes a designated content/hosting service provider rule that applies to the person.</span></p>
<p class="orz-li-1"><span class="orz-li-body">Penalty: 100 penalty units.</span></p>
<p class="orz-li-1"><span class="orz-li-number">(2) </span><span class="orz-li-body">A person who contravenes subclause (1) commits a separate offence in respect of each day (including a day of a conviction for the offence or any later day) during which the contravention continues.</span></p>
</blockquote>
<p>Since the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/ca191482/s4aa.html"><em>Crimes Act 1914</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/ca191482/s4aa.html">s&nbsp;4AA(1)</a> defines ‘penalty unit’ as $110 and <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/ca191482/s4b.html">s&nbsp;4B(3)</a> provides that the maximum penalty is five times the specified amount when the person convicted is a body corporate, the maximum penalty here is $11,000 per day for an individual and $55,000 per day for a body corporate.</p>
<h3>Civil Penalty</h3>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296076">Clause 106</a> discussed above creates a criminal offence that requires the prosecution to prove its case to the criminal standard (that is, beyond reasonable doubt). In addition to <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296076">cl&nbsp;106</a>, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296078">cl&nbsp;107</a> provides</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">A person must not contravene a designated content/hosting service provider rule if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">the person is a designated content/hosting service provider; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">the rule applies to the person.</span></p>
<p class="orz-li-1"><span class="orz-li-number">(2) </span><span class="orz-li-body">Subclause (1) is a civil penalty provision.</span></p>
<p class="orz-li-1"><span class="orz-li-number">(3) </span><span class="orz-li-body">A person who contravenes subclause (1) commits a separate contravention of that subclause in respect of each day (including a day of the making of a relevant civil penalty order or any subsequent day) during which the contravention continues.</span></p>
</blockquote>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205f.html">Section 205F(1)</a> of the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/">Act</a> provides that where a person contravenes a civil penalty provision, the Federal Court may order the person to pay the Commonwealth a pecuniary penalty <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205g.html">on application by ACMA</a>. This is called a ‘civil penalty order’.</p>
<p>The most important thing about civil penalty orders is that the Court will apply the civil rules of evidence and procedure during the hearing, as provided by <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205k.html">s&nbsp;205K</a>. This means that the Court has to be satisfied of the contravention only to the civil standard (that is, on the balance of probabilities).</p>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205f.html">Section 205F(3)</a> lists the factors relevant to determining the amount of the penalty, but <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205f.html">sub-s&nbsp;(4)</a> provides that the amount cannot be higher than the maximum penalty for the corresponding criminal offence.</p>
<p>Finally, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205l.html">s&nbsp;205L</a> provides such an order cannot be made against a person if that person has been previously found guilty of the corresponding criminal offence. Though, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/s205n.html">s&nbsp;205N</a> provides that a person can be convicted of the corresponding criminal offence after a civil penalty order has been made.</p>
<h3>Links Services and Live Content Services</h3>
<p>The regulation summarised above is the general regulation. There are separate provisions dealing with links services and live content services, which I won’t set out in as much detail since they operate much the same way.</p>
<p>A <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295945">‘links service’</a> is merely a content service that provides one or more links to content. Under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295990">pt&nbsp;3</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296021">div&nbsp;5</a>, ACMA must issue a link-deletion notice if</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">end-users in Australia can access content using a link provided by a links service; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the content is prohibited content or potential prohibited content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">the links service has an Australian connection.</span></p>
</blockquote>
<p>Essentially, this means that ACMA will issue a link-deletion notice if a link hosted in Australia allows end-users in Australia to access prohibited content or potential prohibited content irrespective of where that content is actually hosted.</p>
<p>Relevantly, the definition of ‘content service’ in <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295945">cl&nbsp;2</a> explicitly excludes Internet search engines and directories, so long as they don’t specialise in prohibited content or potential prohibited content.</p>
<p>A <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295945">‘live content service’</a> is a content service that provides live content, unsurprisingly. Under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295990">pt&nbsp;3</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296013">div&nbsp;4</a>, ACMA must issue a service-cessation notice if</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">live content provided by a live content service is prohibited content or potential prohibited content; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the live content service has an Australian connection.</span></p>
</blockquote>
<p>Both link-deletion notices and service-cessation notices operate fundamentally the same way as take-down notices. That is, a final or interim notice is issued depending on whether the content has actually been classified by the Classification Board and the provider must comply as soon as practicable but no later than 6&nbsp;pm the next business day or risk a fine or civil penalty.</p>
<h3>Maintaining Our Implied Freedoms</h3>
<p>Finally, because Parliament had a sense of humour, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222296096">cl&nbsp;121(1)</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">This Schedule does not apply to the extent (if any) that it would infringe any constitutional doctrine of implied freedom of political communication.</span></p>
</blockquote>
<p>We don’t have a right to freedom of expression in Australia. We only have a limited implied freedom to communicate on political matters, which is much narrower in scope:</p>
<p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/04/political-views.png" alt="Political views" title="Political views" width="500" height="165" class="aligncenter size-full wp-image-434 orz-img-no-border" /></p>
<h3>Conclusion</h3>
<p>While it’s not an offence to host or link to prohibited content or potential prohibited content in Australia, the effect of the regulation is that prohibited content and potential prohibited content isn’t hosted in Australia. No one will invest time or money in such a site, only to be required to take it down when ACMA inevitably issues a notice.</p>
<p>However, the definition of ‘Australian connection’ is such that Australian-controlled sites can still provide prohibited content and potential prohibited content to Australians, so long as all of the content that the sites provide is hosted outside Australia.</p>
<p>As explained in <a href="http://www.orzeszek.org/blog/2009/04/02/why-it%E2%80%99s-legal-to-view-prohibited-content/">my previous post</a> dealing with overseas-hosted prohibited content and potential prohibited content, it’s not an offence for Australians to view such sites, so long as the content in those sites isn’t illegal under some other law.</p>
<p><strong>Update:</strong> You can see an example of a final link-deletion notice <a href="http://www.orzeszek.org/blog/2009/05/05/classification-board-classifies-abortiontv-r18/">here</a>.</p>
<p class="note">This post is not intended as legal advice. I make no representations whatsoever as to its quality, and will not be liable for any loss, injury, or damage howsoever resulting from it. Seek independent legal advice.</p>
<p class="note">While I have attempted to write this post (except the cartoon) without bias, I am opposed to any plan for mandatory filtering of online content.</p>
<div class="orz-attribution">
Photo of fig leaf by <a href="http://www.flickr.com/photos/geishaboy500/100043954/">geishaboy500</a> licensed under <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution 2.0 License</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%e2%80%99t-fine-you-11000-a-day/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why It’s Legal to View Prohibited Content</title>
		<link>http://www.orzeszek.org/blog/2009/04/02/why-it%e2%80%99s-legal-to-view-prohibited-content/</link>
		<comments>http://www.orzeszek.org/blog/2009/04/02/why-it%e2%80%99s-legal-to-view-prohibited-content/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 02:30:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACMA]]></category>
		<category><![CDATA[ACMA blacklist]]></category>
		<category><![CDATA[Broadcasting Services Act 1992 (Cth)]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[clean feed]]></category>

		<guid isPermaLink="false">http://www.orzeszek.org/blog/?p=302</guid>
		<description><![CDATA[‘Prohibited content’ suggests content that is illegal to view or possess. In fact, it is a legislative term that includes all content classified RC or X&#160;18+ and some content classified R&#160;18+ and MA&#160;15+. I have a detailed look at the regulation by ACMA of overseas-hosted prohibited content.]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.orzeszek.org/blog/wp-content/uploads/2009/03/censored-rubber-stamp.png" alt="Censored rubber stamp" title="Censored rubber stamp" width="229" height="200" class="alignright size-full wp-image-303 orz-img-no-border" /></p>
<p><span class="drop_cap">T</span>here’s been some confusion surrounding the government’s use of the phrase ‘prohibited content’ to describe what’s on the ACMA blacklist.</p>
<p>The phrase suggests content that is illegal to view or possess, and that misconception is furthered by Senator Stephen Conroy’s <a href="http://www.abc.net.au/tv/qanda/txt/s2521164.htm">constant references</a> to the contents of the ACMA blacklist as being mostly child pornography and the ‘worst of the worst’.</p>
<p>In fact, ‘prohibited content’ is a legislative phrase defined in the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/"><em>Broadcasting Services Act 1992</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">sch&nbsp;7</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964">cl&nbsp;20</a>. Briefly, it is</p>
<ul>
<li>content rated RC or X&nbsp;18+;</li>
<li>content rated R&nbsp;18+ and not subject to a restricted access system; and</li>
<li>content rated MA&nbsp;15+ provided by certain commercial services and not subject to a restricted access system.</li>
</ul>
<p>When ACMA finds prohibited content hosted overseas, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295788">it adds it to its blacklist</a>. (The procedure dealing with Australian hosted content <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">is different</a>, and I don’t propose to deal with it in this post. I deal with it <a href="http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%E2%80%99t-fine-you-11000-a-day/">here</a>.)</p>
<p>Under the present system, the ACMA blacklist is provided to the makers of <a href="http://www.iia.net.au/index.php/component/content/416.html?task=view#list_of_filters.">IIA Family Friendly Filters</a>. ISPs <a href="http://www.acma.gov.au/webwr/aba/contentreg/codes/internet/documents/iia_code_2005.pdf">have an obligation</a> to provide those filters to their customers at cost on an opt-in basis or <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295839">face fines of up to $27,500</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295844">per day</a>.</p>
<p>No other (relevant) legal consequences flow from content hosted overseas being ‘prohibited content’. Thus, it’s not illegal to view, distribute, or provide access to online content merely because it’s prohibited content.</p>
<p>The caveat is that accessing or distributing certain content is illegal for other reasons. The most obvious example is that <a href="http://www.austlii.edu.au/au/legis/nsw/consol_act/ca190082/s91h.html">it’s illegal to produce, disseminate, or possess child pornography</a>.</p>
<p>Below, I have posted a detailed look at the law that governs what ends up on the ACMA blacklist and what ISPs must do about content on that blacklist.</p>
<p><span id="more-302"></span></p>
<h3>What Is Prohibited Content?</h3>
<p>The general definition of ‘prohibited content’ is found in the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/"><em>Broadcasting Services Act 1992</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">sch&nbsp;7</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964">cl&nbsp;20(1)</a>. That subclause provides that generally content is ‘prohibited content’ if</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">the content has been classified RC or X&nbsp;18+ by the Classification Board</span></p>
</blockquote>
<p>In other words, all content refused classification or rated X&nbsp;18+ by the <a href="http://www.classification.gov.au/">Classification Board</a> is prohibited content.</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">both:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content has been classified R&nbsp;18+ by the Classification Board; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">access to the content is not subject to a restricted access system</span></p>
</blockquote>
<p>Content rated R&nbsp;18+ by the Classification Board is prohibited content unless access to it is subject to a restricted access system.</p>
<p>Under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295958">cl&nbsp;14</a>, ACMA has power to declare what is a ‘restricted access system’ in relation to particular classes of content. The most recent declaration is the <a href="http://www.acma.gov.au/webwr/_assets/main/lib310563/ras_declaration_2007.pdf"><em>Restricted Access System Declaration 2007</em></a>.</p>
<p>It provides guidelines that specify risk analysis factors that content providers must consider when assessing whether particular evidence is sufficient to verify the age of a person applying to access the content. (See <a href="http://www.acma.gov.au/WEB/STANDARD/pc=PC_310905">here</a> for more information.)</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">all of the following conditions are satisfied:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content has been classified MA&nbsp;15+ by the Classification Board;</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">access to the content is not subject to a restricted access system;</span></p>
<p class="orz-li-2"><span class="orz-li-number">(iii) </span><span class="orz-li-body">the content does not consist of text and/or one or more still visual images;</span></p>
<p class="orz-li-2"><span class="orz-li-number">(iv) </span><span class="orz-li-body">access to the content is provided by means of a content service (other than a news service or a current affairs service) that is operated for profit or as part of a profit-making enterprise;</span></p>
<p class="orz-li-2"><span class="orz-li-number">(v) </span><span class="orz-li-body">the content service is provided on payment of a fee (whether periodical or otherwise);</span></p>
<p class="orz-li-2"><span class="orz-li-number">(vi) </span><span class="orz-li-body">the content service is not an ancillary subscription television content service; or</span></p>
<p class="orz-li-1"><span class="orz-li-number">(d) </span><span class="orz-li-body">all of the following conditions are satisfied:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(i) </span><span class="orz-li-body">the content has been classified MA&nbsp;15+ by the Classification Board;</span></p>
<p class="orz-li-2"><span class="orz-li-number">(ii) </span><span class="orz-li-body">access to the content is not subject to a restricted access system;</span></p>
<p class="orz-li-2"><span class="orz-li-number">(iii) </span><span class="orz-li-body">access to the content is provided by means of a mobile premium service.</span></p>
</blockquote>
<p>These last two paragraphs essentially provide that content classified MA&nbsp;15+ by the Classification Board provided by certain commercial services is prohibited content unless access to it is subject to a restricted access system.</p>
<h3>What If the Content Isn’t Classified?</h3>
<p>Each of the subclauses above refers to content having been classified by the <a href="http://www.classification.gov.au/">Classification Board</a>. Since most Internet content wouldn’t be so classified, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295967">cl&nbsp;21(1)</a> provides:</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">For the purposes of this Schedule, content is <strong><em>potential prohibited content</em></strong> if:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">the content has not been classified by the Classification Board; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">if the content were to be classified by the Classification Board, there is a substantial likelihood that the content would be prohibited content.</span></p>
</blockquote>
<p>ACMA’s relevant powers in relation to content hosted overseas are the same with respect to prohibited content and potential prohibited content.</p>
<h3>Eligible Electronic Publications</h3>
<p>The definition of ‘prohibited content’ in <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964">cl&nbsp;20(1)</a> does not apply to eligible electronic publications. An ‘eligible electronic publication’ is an electronic version (or an audio recording) of a book, magazine, or newspaper that is or was available to the public in Australia.</p>
<p>A more constrained definition of ‘prohibited content’ is provided in <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295964">cl&nbsp;20(2)</a> in relation to eligible electronic publications:</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">For the purposes of this Schedule, content that consists of an eligible electronic publication is <strong><em>prohibited content</em></strong> if the content has been classified RC, category 2 restricted or category 1 restricted by the Classification Board.</span></p>
</blockquote>
<p>The definition of ‘potential prohibited content’ in <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295967">cl&nbsp;21(1)</a> is correspondingly constrained in relation to eligible electronic publications by <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295967">cl&nbsp;21(2)</a>:</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">… content is not <strong><em>potential prohibited content</em></strong> if:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">the content consists of an eligible electronic publication; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">the content has not been classified by the Classification Board; and</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">if the content were to be classified by the Classification Board, there is no substantial likelihood that the content would be classified RC or category 2 restricted.</span></p>
</blockquote>
<p>Why, for example, an electronic version of a printed newspaper should be treated differently than an online-only news website is not clear.</p>
<h3>What’s Prohibited about Prohibited Content?</h3>
<p>I’m only dealing with content hosted overseas in this post. And <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html">sch&nbsp;5</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295788">cl&nbsp;40(1)</a> answers this question in relation to such content:</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">If, in the course of an investigation under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295998">Division 2</a> of <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html#_Toc222295990">Part 3</a> of <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch7.html">Schedule 7</a>, the ACMA is satisfied that Internet content hosted outside Australia is prohibited content or potential prohibited content, the ACMA must:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">if the ACMA considers the content is of a sufficiently serious nature to warrant referral to a law enforcement agency (whether in or outside Australia)—notify the content to: [police or an authorised person or body]</span></p>
</blockquote>
<p>The above is fairly straightforward. The next paragraph is the most important.</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">if a code registered, or standard determined, under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295801">Part 5</a> of this Schedule deals with the matters referred to in <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">subclause 60(2)</a>—notify the content to Internet service providers under the designated notification scheme set out in the code or standard, as the case may be</span></p>
</blockquote>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295801">Part 5</a> authorises bodies and associations that represent ISPs to make codes dealing with certain matters. Those codes <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295816">may be registered by ACMA</a>. If there is no code, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295822">ACMA can determine a standard</a> (basically a code, except that it’s made by ACMA). Why is this code or standard so important?</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">if paragraph (b) does not apply—give each Internet service provider known to the ACMA a written notice (a <strong><em>standard access-prevention notice</em></strong>) directing the provider to take all reasonable steps to prevent end-users from accessing the content.</span></p>
</blockquote>
<p>In other words, ACMA already has the power to direct ISPs to block prohibited content and potential prohibited content, but only so long as there is no code or standard under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295801">pt&nbsp;5</a> dealing with the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">cl&nbsp;60(2)</a> matters.</p>
<h3>What Are cl&nbsp;60(2) Matters?</h3>
<p>Those matters are found in paras&nbsp;(c) and (d) of <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">cl 60(2)</a>, which provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">The Parliament intends that, for the Internet service provider section of the Internet industry, there should be:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(a) </span><span class="orz-li-body">an industry code or an industry standard that deals with; or</span></p>
<p class="orz-li-1"><span class="orz-li-number">(b) </span><span class="orz-li-body">an industry code and an industry standard that together deal with;</span></p>
<p class="orz-li-0"><span class="orz-li-body">each of the following matters:</span></p>
<p class="orz-li-1"><span class="orz-li-number">(c) </span><span class="orz-li-body">the formulation of a designated notification scheme;</span></p>
<p class="orz-li-1"><span class="orz-li-number">(d) </span><span class="orz-li-body">subject to <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">subclause (8A)</a>, procedures to be followed by Internet service providers in dealing with Internet content notified under <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295788">paragraph 40(1)(b)</a> of this Schedule or <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295795">clause 46</a> (for example, procedures to be followed by a particular class of Internet service providers for the filtering, by technical means, of such content).</span></p>
</blockquote>
<p>(<a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">Subclause (8A)</a> simply provides that the Minister can declare that filtering is not viable in relation to particular devices, like mobile phones.)</p>
<p>In other words, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">cl&nbsp;60(2)</a> allows a code or standard to provide that, instead of ACMA issuing a standard access prevention notice, some other procedure will be followed when ACMA finds prohibited content or potential prohibited content hosted overseas.</p>
<p>The <a href="http://www.iia.net.au/">Internet Industry Association</a> (IIA) has made such a code. The most recent version is the <a href="http://www.acma.gov.au/webwr/aba/contentreg/codes/internet/documents/iia_code_2005.pdf"><em>Internet Industry Codes of Practice 2005</em></a>, and it’s registered by ACMA <a href="http://www.acma.gov.au/WEB/STANDARD/pc=PC_90080">here</a>.</p>
<p>Clause 19 of this Code provides an opt-in scheme, whereby ISPs provide <a href="http://www.iia.net.au/index.php/component/content/416.html?task=view#list_of_filters.">IIA Family Friendly Filters</a> at cost to customers who request them. This effectively replaces the access-prevention notice regime, which would otherwise be mandatory, with an opt-in system.</p>
<h3>What Are ISPs’ Obligations?</h3>
<p>If there were no registered code or standard dealing with the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">cl&nbsp;60(2)</a> matters, ACMA would have the power to issue access-prevention notices. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295797">Clause 48(1)</a> then provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">An Internet service provider must comply with a standard access-prevention notice that applies to the provider as soon as practicable, and in any event by 6&nbsp;pm on the next business day, after the notice was given to the provider.</span></p>
</blockquote>
<p>However, ACMA doesn’t have that power because there <em>is</em> a code dealing with the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">cl&nbsp;60(2)</a> matters. Compliance with that code is effectively mandatory. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295820">Clause 66</a> provides:</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">If:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">a person is a participant in a particular section of the Internet industry; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">the ACMA is satisfied that the person has contravened, or is contravening, an industry code that:</span></p>
<p class="orz-li-3"><span class="orz-li-number">(i) </span><span class="orz-li-body">is registered under this Part; and</span></p>
<p class="orz-li-3"><span class="orz-li-number">(ii) </span><span class="orz-li-body">applies to participants in that section of the industry;</span></p>
<p class="orz-li-1"><span class="orz-li-body">the ACMA may, by written notice given to the person, direct the person to comply with the industry code.</span></p>
<p class="orz-li-1"><span class="orz-li-number">(2) </span><span class="orz-li-body">A person must comply with a direction under subclause (1).</span></p>
</blockquote>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295827">Clause 72</a> similarly provides that a person must comply with any applicable ACMA standard.</p>
<h3>What Are the Penalties?</h3>
<p><a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295836">Clause 79</a> provides that the clauses requiring compliance with access-prevention notices, codes, and standards are online provider rules. <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295839">Clause 82</a> then provides</p>
<blockquote>
<p class="orz-li-1"><span class="orz-li-number">(1) </span><span class="orz-li-body">A person is guilty of an offence if:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">an online provider rule is applicable to the person; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">the person engages in conduct; and</span></p>
<p class="orz-li-2"><span class="orz-li-number">(c) </span><span class="orz-li-body">the person’s conduct contravenes the rule.</span></p>
<p class="orz-li-1"><span class="orz-li-body">Penalty: 50 penalty units.</span></p>
<p class="orz-li-1"><span class="orz-li-number">(2) </span><span class="orz-li-body">In this clause:</span></p>
<p class="orz-li-1"><span class="orz-li-body"><strong><em>engage in conduct</em></strong> means:</span></p>
<p class="orz-li-2"><span class="orz-li-number">(a) </span><span class="orz-li-body">do an act; or</span></p>
<p class="orz-li-2"><span class="orz-li-number">(b) </span><span class="orz-li-body">omit to perform an act.</span></p>
</blockquote>
<p>The <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/ca191482/s4aa.html"><em>Crimes Act 1914</em> (Cth)</a> <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/ca191482/s4aa.html">s&nbsp;4AA(1)</a> defines ‘penalty unit’ as $110. And <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/ca191482/s4b.html">s&nbsp;4B(3)</a> of that Act provides that the maximum penalty is five times the specified amount when the person convicted is a body corporate. Thus, the maximum penalty here is $5,500 for an individual and $27,500 for a body corporate.</p>
<p>Finally, <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295844">cl&nbsp;86</a> provides</p>
<blockquote>
<p class="orz-li-0"><span class="orz-li-body">A person who contravenes <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295839">clause 82</a> or <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295840">subclause 83(4)</a> is guilty of a separate offence in respect of each day (including the day of a conviction for the offence or any later day) during which the contravention continues.</span></p>
</blockquote>
<p>In other words, the maximum penalty for failing to comply with an access prevention notice, code, or standard is $5,500 for each day of contravention for an individual and $27,500 for each day of contravention for a body corporate.</p>
<h3>Conclusion</h3>
<p>Presently, the obligations of ISPs in relation to the ACMA blacklist of prohibited content and potential prohibited content hosted overseas end with provision of <a href="http://www.iia.net.au/index.php/component/content/416.html?task=view#list_of_filters.">IIA Family Friendly Filters</a> at cost to customers who request them.</p>
<p>It’s also notable that the existing legislation could provide for mandatory filtering if the existing code is, at least to the extent that it deals with the <a href="http://www.austlii.edu.au/au/legis/cth/consol_act/bsa1992214/sch5.html#_Toc222295813">cl&nbsp;60(2)</a> matters, removed. (Though, that’s unlikely given ISPs’ resistance to mandatory filtering.)</p>
<p>I hope that explains how the ACMA blacklist works in relation to overseas content. In <a href="http://www.orzeszek.org/blog/2009/04/20/why-acma-probably-won%E2%80%99t-fine-you-11000-a-day/">a future post</a>, I’ll cover ACMA’s powers in relation to prohibited content and potential prohibited content hosted in Australia.</p>
<p class="note">This post is not intended as legal advice. I make no representations whatsoever as to its quality, and will not be liable for any loss, injury, or damage howsoever resulting from it. Seek independent legal advice.</p>
<p class="note">While I have attempted to write this post without bias, I am opposed to any plan for mandatory filtering of online content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orzeszek.org/blog/2009/04/02/why-it%e2%80%99s-legal-to-view-prohibited-content/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
