Christopher Willis-Ford
|
9a97535168
|
style(test): enable ES6 and Jest eslint rules for tests
|
2023-10-24 14:03:18 -07:00 |
|
picklesrus
|
6078c3653b
|
Puts back the original change but sets the default to Lax instead of Strict. Scratchr2 needs these cookies sent on top level navigations.
|
2020-08-05 10:50:06 -04:00 |
|
picklesrus
|
62629413a7
|
Revert "Make the cookie library set the SameSite cookie value to strict by default"
|
2020-08-03 14:45:34 -04:00 |
|
picklesrus
|
34c8652ffb
|
Fix capitalization: cookie library we use requires sameSite in opts object to have a lowercase s.
|
2020-07-20 15:32:54 -04:00 |
|
picklesrus
|
10a4e92d21
|
Make the cookie library set the SamSite cookie value to strict by default. If callers want to set it to something else, they can pass it through the opts object like they can 'exprires'.
Also added a test file for jar.js so I could test the set method. The
other methods remain untested.
|
2020-07-20 15:18:09 -04:00 |
|