HTTP Error Code 451 Approved For Censored Web Pages (mnot.net)
An anonymous reader writes: The Internet Engineering Steering Group (IESG) has finally approved the new 451 status code for HTTP error messages involving web pages which have been repressed or removed for legal or political reasons. The initiative was proposed in 2013, and gained interest from various groups, such as Lumen (formerly Chilling Effects), who see the potential of the Bradbury-inspired code to help develop comprehensive indexes of censorship on the internet. Mark Nottingham, chair the IETF HTTP Working Group, says, "It'll be an RFC after some work by the RFC Editor and a few more process bits, but effectively you can start using it now."
Use 451 for legal reasons,
Use code 452 for political ones.
And a citation of what particular stature is being offended.
Should have been "Error 1984 Big Brother Disapproves"
How about instead of a special code to indicate when a page has been censored, we just, you know, refuse to censor it in the first place?
Agreed - though I think this proposal is part of doing just this, at least as a form of protest.
After all, maybe your government clamps down and demands you shut down a page -or else. So, to keep your employees out of prison, you slap on a code 451 (love the number, BTW), and then perhaps you try and get sneaky and stick a link underneath it that says "please refer to your search engine for alternate locations of {content title/keywords, etc}" (or similar - enough to give the content away, but just on this side of keeping the government from arresting you).
Quo usque tandem abutere, Nimbus, patientia nostra?
451: Halt and Catch FIre
Obvious Ray Bradbury tribute is obvious. Ray was a great author, he deserves it.
I've abandoned my search for truth; now I'm just looking for some useful delusions.
This appropriateness of this code is based around an interpretation of the novel that the creator doesn't share:
http://www.laweekly.com/news/r...
Hire a Linux system administrator, systems engineer,
Arguably, the correct code for 1984-style censorship is either a 404 or a 200 that returns a page full of historically corrected and party approved content.
The honest censor is the one who says "yup, this exists and you can't see it." The effective censor is the one who successfully conceals the existence of whatever they are trying to keep you away from.
This is a wrong headed idea of how HTTP works. You make a request to a server and you get a response. One way of handling content removed because of censoring is to let it return 403, 404, or 500 or various other codes. By having a code that allows the server operator to return a code specifying that the content is censored we have some other things that can come into play. A user may have a proxy that would allow them past the censorship. A user may have an appeal process to learn why the content is censored and if the censor order can be rescinded. If the current error codes are returned, the user is never sure if it is censored, a badly run web site, or an old and stale link. If your goal is to hide the fact that you are performing any censoring, then you may still return error codes other than 451 without breaking the standards.
In a practical use-case, US jurisdictions have a DMCA take-down request. Instead of returning some other error, they may now return 451 to let people know that the site was specifically requested through legal channels to not show that. In the US, it is not illegal to submit the request or let the users know why they cannot access the content.
Ray Bradbury Fahrenheit 451 https://en.wikipedia.org/wiki/...
> How long until we get a proxy-based search engine for all the censored content on the internet?
Don't we already have part of this?
The problem is we still have idiots who think censorship is the solution. Censor is precisely part of the problem:
Only cowards censor.
Certain people censor they are too insecure to discuss something rationally and too afraid of other people's propaganda that they think ignoring the problem will make it go away.
Ignoring a problem doesn't make it go away.
While the 451 is a "cute" solution, it is not really address the root problem.