mirror of https://github.com/zulip/zulip.git
24 lines
639 B
Plaintext
24 lines
639 B
Plaintext
HTTP/2 302
|
|
server: {nginx_version_string}
|
|
content-type: text/html; charset=utf-8
|
|
location: /login/
|
|
vary: Accept-Language, Cookie
|
|
content-language: en
|
|
strict-transport-security: max-age=15768000
|
|
x-frame-options: DENY
|
|
x-content-type-options: nosniff
|
|
x-xss-protection: 1; mode=block
|
|
|
|
HTTP/2 200
|
|
server: {nginx_version_string}
|
|
content-type: text/html; charset=utf-8
|
|
vary: Accept-Encoding
|
|
cache-control: max-age=0, no-cache, no-store, must-revalidate, private
|
|
vary: Cookie, Accept-Language
|
|
content-language: en
|
|
strict-transport-security: max-age=15768000
|
|
x-frame-options: DENY
|
|
x-content-type-options: nosniff
|
|
x-xss-protection: 1; mode=block
|
|
|