RESOLVED FIXED 193082
Remove logic handling DNT header during redirects
https://bugs.webkit.org/show_bug.cgi?id=193082
Summary Remove logic handling DNT header during redirects
Brent Fulgham
Reported 2019-01-02 11:20:41 PST
Don't bother passing DNT information during redirects. It's only ever used as a fingerprinting component.
Attachments
Patch (2.78 KB, patch)
2019-01-02 11:23 PST, Brent Fulgham
no flags
Archive of layout-test-results from ews125 for ios-simulator-wk2 (2.59 MB, application/zip)
2019-01-02 13:32 PST, EWS Watchlist
no flags
Archive of layout-test-results from ews107 for mac-sierra-wk2 (3.96 MB, application/zip)
2019-01-02 13:34 PST, EWS Watchlist
no flags
Patch (6.30 KB, patch)
2019-01-02 14:53 PST, Brent Fulgham
no flags
Patch (9.93 KB, patch)
2019-01-03 08:51 PST, Brent Fulgham
cdumez: review+
Brent Fulgham
Comment 1 2019-01-02 11:21:47 PST
Brent Fulgham
Comment 2 2019-01-02 11:23:29 PST
EWS Watchlist
Comment 3 2019-01-02 13:32:15 PST
Comment on attachment 358190 [details] Patch Attachment 358190 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/10606969 New failing tests: http/wpt/fetch/dnt-header-after-redirection.html
EWS Watchlist
Comment 4 2019-01-02 13:32:16 PST
Created attachment 358198 [details] Archive of layout-test-results from ews125 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews125 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.6
EWS Watchlist
Comment 5 2019-01-02 13:33:59 PST
Comment on attachment 358190 [details] Patch Attachment 358190 [details] did not pass mac-wk2-ews (mac-wk2): Output: https://webkit-queues.webkit.org/results/10607487 New failing tests: http/wpt/fetch/dnt-header-after-redirection.html
EWS Watchlist
Comment 6 2019-01-02 13:34:01 PST
Created attachment 358199 [details] Archive of layout-test-results from ews107 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews107 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
Brent Fulgham
Comment 7 2019-01-02 14:26:06 PST
Whoops! It looks like tests to make sure we include DNT in redirects started failing when I removed the DNT in redirects. :-)
Brent Fulgham
Comment 8 2019-01-02 14:53:51 PST
Chris Dumez
Comment 9 2019-01-02 16:23:20 PST
Comment on attachment 358209 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358209&action=review > Source/WebKit/ChangeLog:18 > +2019-01-02 Brent Fulgham <bfulgham@apple.com> double change log. > Source/WebKit/NetworkProcess/NetworkLoadChecker.cpp:90 > void NetworkLoadChecker::prepareRedirectedRequest(ResourceRequest& request) Can we drop the method that is now empty?
Brent Fulgham
Comment 10 2019-01-03 08:43:57 PST
Comment on attachment 358209 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358209&action=review >> Source/WebKit/ChangeLog:18 >> +2019-01-02 Brent Fulgham <bfulgham@apple.com> > > double change log. Doh! Fixing. >> Source/WebKit/NetworkProcess/NetworkLoadChecker.cpp:90 >> void NetworkLoadChecker::prepareRedirectedRequest(ResourceRequest& request) > > Can we drop the method that is now empty? Sure!
Brent Fulgham
Comment 11 2019-01-03 08:51:44 PST
Chris Dumez
Comment 12 2019-01-03 08:59:17 PST
Comment on attachment 358256 [details] Patch r=me
Brent Fulgham
Comment 13 2019-01-03 09:45:02 PST
Note You need to log in before you can comment on or make changes to this bug.