Fix WTVMime.js

This commit is contained in:
zefie
2025-09-02 15:13:10 -04:00
parent 393a866771
commit c277926c19
2 changed files with 9 additions and 8 deletions

View File

@@ -7,9 +7,9 @@ if (wtvshared.shenanigans.checkShenanigan(wtvshared.shenanigans.shenanigans.ENAB
else url = "client:showalert?message=Please%20provide%20a%20%3Furl%3D%20with%20the%20url%20you%20would%20like%20to%20access.&buttonlabel1=Okay&buttonacction1=client:donothing"
headers = `300 OK
wtv-visit: ${url}
Location: ${url}
Content-type: text/html`
wtv-visit: ${url}
Location: ${url}
Content-type: text/html`
} else {
const err = wtvshared.doErrorPage(403, "Access Denied");
headers = err[0];