Closed (fixed)
Project:
Language Cookie
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2021 at 21:58 UTC
Updated:
2 Apr 2021 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dieuweI haven't got time to work on a fully configurable option, so here is just a patch which will always remove the HttpOnly attribute from the cookie when included.
Comment #3
dieuweComment #4
pakmanlhNice catch @dieuwe! Here you have a patch that allows to config the http_only value following the same way the others settings work. Cheers!
Comment #5
jeroentComment #6
jeroentI updated patch #4 so the default value is TRUE since that is currently the expected value.
+ I added a config schema and test coverage.
Comment #7
jeroentCommitted and pushed to 8.x-1.x. Thanks!