fix spacing with headers

This commit is contained in:
zefie
2025-07-08 10:05:42 -04:00
parent bdd8442052
commit 4c490147ed
4 changed files with 727 additions and 727 deletions

View File

@@ -89,11 +89,11 @@ wtv-expire-all: wtv-head-waiter:
`; `;
if (!limitedLogin && !limitedLoginRegistered) { if (!limitedLogin && !limitedLoginRegistered) {
strf = strftime.timezone(timezone);
headers += `wtv-country: US headers += `wtv-country: US
wtv-client-time-zone: GMT ${timezone} wtv-client-time-zone: GMT -0000
wtv-client-time-dst-rule: GMT wtv-client-time-dst-rule: GMT
wtv-client-date: ${new Date().toUTCString()} wtv-client-date: ${strf("%a, %d %b %Y %H:%M:%S", new Date(new Date().setUTCSeconds(new Date().getUTCSeconds())))}
wtv-language-header: en-US,en wtv-language-header: en-US,en
wtv-noback-all: wtv- wtv-noback-all: wtv-
wtv-transition-override: off wtv-transition-override: off

View File

@@ -17,7 +17,7 @@ wtv-expire-all: wtv-
wtv-expire-all: http wtv-expire-all: http
wtv-client-time-zone: GMT -0000 wtv-client-time-zone: GMT -0000
wtv-client-time-dst-rule: false wtv-client-time-dst-rule: false
wtv-client-date: ${strf("%a, %d %b %Y %H:%M:%S", new Date(new Date().setUTCSeconds(new Date().getUTCSeconds())))} GMT wtv-client-date: ${strf("%a, %d %b %Y %H:%M:%S", new Date(new Date().setUTCSeconds(new Date().getUTCSeconds())))}
Content-Type: text/html` Content-Type: text/html`