diff --git a/www/editor.js b/www/editor.js index 332df01..148180a 100644 --- a/www/editor.js +++ b/www/editor.js @@ -20,7 +20,7 @@ async function send_request() { } // NGINX is nonstandard in not having this as the default if (response_options.method == "PROPFIND") { - response_options.headers["Depth"] = "infinity"; + response_options.headers["Depth"] = "1"; } const response = await fetch(new Request("https://libreinternet.club/" + editorurl.value, response_options)); editorresponse.value = await response.text();