mirror of https://github.com/aredn/aredn.git
Fix redirects (missing \r) (#1700)
This commit is contained in:
parent
825107a210
commit
06ed425a55
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/mesh\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
--]]
|
||||
|
||||
print("Status: 307 Temporary Redirect")
|
||||
print("Status: 307 Temporary Redirect\r")
|
||||
print("Cache-Control: no-store\r")
|
||||
print("Access-Control-Allow-Origin: *\r")
|
||||
print("Location: /a/status\r")
|
||||
|
|
Loading…
Reference in New Issue