fix spacing with headers
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user