mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
editor/ui: add Myth Of Consensual preset
This commit is contained in:
@@ -138,6 +138,36 @@
|
||||
"what_happened": "This site is still working. And it looks great.",
|
||||
"what_can_i_do": "Visit the site before it crashes someday."
|
||||
},
|
||||
"consensual": {
|
||||
"title": "The Myth Of \"Consensual\" Internet",
|
||||
"error_code": "lmao",
|
||||
"more_information": {
|
||||
"hidden": false,
|
||||
"text": "r/ProgrammerHumor",
|
||||
"link": "https://redd.it/1p2yola"
|
||||
},
|
||||
"browser_status": {
|
||||
"status": "ok",
|
||||
"location": "You",
|
||||
"name": "Browser",
|
||||
"status_text": "I Consent"
|
||||
},
|
||||
"cloudflare_status": {
|
||||
"status": "error",
|
||||
"location": "Fucking Everywhere",
|
||||
"name": "Cloudflare",
|
||||
"status_text": "I Don't!"
|
||||
},
|
||||
"host_status": {
|
||||
"status": "ok",
|
||||
"location": "Remote",
|
||||
"name": "Host",
|
||||
"status_text": "I Consent"
|
||||
},
|
||||
"error_source": "cloudflare",
|
||||
"what_happened": "Isn't There Someone You Forgot To Ask?",
|
||||
"what_can_i_do": "Kill Yourself",
|
||||
}
|
||||
};
|
||||
|
||||
function extractUrlParam(str, key) {
|
||||
@@ -542,6 +572,7 @@
|
||||
<option value="empty">Empty</option>
|
||||
<option value="catastrophic">Catastrophic failure</option>
|
||||
<option value="working">Server working</option>
|
||||
<option value="consensual">Myth of consensual</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user