diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-12-19 20:59:09 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-12-19 20:59:09 +0100 |
commit | 3773de378d48b06c09931e44dca4d274d0bfdce0 (patch) | |
tree | efe71a59c1f0012494e1fd5f92c5011eee56d637 /tests/data/test8 | |
parent | 462037ad487c0457451e66afd0cb50a9f70c0c28 (diff) |
cookies: extend domain checks to non psl builds
Ensure to perform the checks we have to enforce a sane domain in
the cookie request. The check for non-PSL enabled builds is quite
basic but it's better than nothing.
Closes #2964
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'tests/data/test8')
-rw-r--r-- | tests/data/test8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test8 b/tests/data/test8 index 2fc190060..e6d0f500e 100644 --- a/tests/data/test8 +++ b/tests/data/test8 @@ -46,6 +46,7 @@ Set-Cookie: trailingspace = removed; path=/we/want; Set-Cookie: nocookie=yes; path=/WE; Set-Cookie: blexp=yesyes; domain=%HOSTIP; domain=%HOSTIP; expiry=totally bad; Set-Cookie: partialip=nono; domain=.0.0.1; +Set-Cookie: chocolate=chip; domain=curl; path=/we/want; </file> <precheck> |