mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
Merge pull request #6324 from urbit/pkova/cookie-revert
eyre: revert inclusion of HttpOnly header for now
This commit is contained in:
commit
5c73e70c2f
@ -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)
|
||||
|
@ -2347,5 +2347,5 @@
|
||||
::
|
||||
++ cookie-string
|
||||
%^ cat 3 cookie-value
|
||||
'; Path=/; Max-Age=604800; HttpOnly'
|
||||
'; Path=/; Max-Age=604800'
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user