Merge pull request #6324 from urbit/pkova/cookie-revert

eyre: revert inclusion of HttpOnly header for now
This commit is contained in:
Pyry Kovanen 2023-02-13 21:13:38 +02:00 committed by GitHub
commit 5c73e70c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1092,7 +1092,7 @@
^- @t
%- crip
=; max-age=tape
"urbauth-{(scow %p our)}={(scow %uv session)}; Path=/; Max-Age={max-age}; HttpOnly"
"urbauth-{(scow %p our)}={(scow %uv session)}; Path=/; Max-Age={max-age}"
%- format-ud-as-integer
?. extend 0
(div (msec:milly session-timeout) 1.000)

View File

@ -2347,5 +2347,5 @@
::
++ cookie-string
%^ cat 3 cookie-value
'; Path=/; Max-Age=604800; HttpOnly'
'; Path=/; Max-Age=604800'
--