RESOLVED FIXED 175850
[SOUP] Update cookie jar implementation to filter out secure cookies
https://bugs.webkit.org/show_bug.cgi?id=175850
Summary [SOUP] Update cookie jar implementation to filter out secure cookies
Michael Catanzaro
Reported 2017-08-22 13:48:58 PDT
Filter secure cookies in cookiesForDOM in CookieJarSoup.cpp. See bug #157053 and bug #175846.
Attachments
Patch (5.50 KB, patch)
2017-08-25 20:22 PDT, Michael Catanzaro
bfulgham: review+
Michael Catanzaro
Comment 1 2017-08-25 20:22:42 PDT
Michael Catanzaro
Comment 2 2017-08-25 20:51:40 PDT
Comment on attachment 319130 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=319130&action=review > Source/WebCore/platform/network/soup/CookieJarSoup.cpp:92 > + while (item) { I guess I should probably only enter this loop if url.protocolIs("https"), since it doesn't do anything otherwise. (libsoup should not return secure cookies except in that case.)
Brent Fulgham
Comment 3 2017-08-26 09:29:23 PDT
Comment on attachment 319130 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=319130&action=review >> Source/WebCore/platform/network/soup/CookieJarSoup.cpp:92 >> + while (item) { > > I guess I should probably only enter this loop if url.protocolIs("https"), since it doesn't do anything otherwise. (libsoup should not return secure cookies except in that case.) Makes sense. > LayoutTests/platform/gtk/TestExpectations:-3375 > - Yay!
Michael Catanzaro
Comment 4 2017-08-26 09:50:03 PDT
Radar WebKit Bug Importer
Comment 5 2017-08-26 09:50:34 PDT
Note You need to log in before you can comment on or make changes to this bug.