9
0
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:
Anthony Donlon
2025-11-22 03:29:54 +08:00
parent 7759df6077
commit 6874cf4634

View File

@@ -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>