mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2026-01-06 15:41:45 +00:00
miscellaneous updates
This commit is contained in:
@@ -139,9 +139,6 @@
|
||||
"what_can_i_do": "Visit the site before it crashes someday."
|
||||
},
|
||||
};
|
||||
if (window.location.search == '') {
|
||||
window.history.pushState('sss', '', '?s');
|
||||
}
|
||||
|
||||
function extractUrlParam(str, key) {
|
||||
const urlParams = new URLSearchParams(str)
|
||||
|
||||
Reference in New Issue
Block a user