Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CORS checks shouldn't unblock cookies
https://bugs.webkit.org/show_bug.cgi?id=241527 Reviewed by Brent Fulgham. If cookies have been blocked, a request that has been made with {credentials: 'include'} shouldn't un-block the cookies. * Source/WebCore/loader/CrossOriginAccessControl.cpp: (WebCore::updateRequestForAccessControl): * Tools/TestWebKitAPI/Tests/WebKitCocoa/WKContentExtensionStore.mm: (TEST_F): Canonical link: https://commits.webkit.org/251478@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295473 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
9645360
commit e6702e8fd23877d3eddb0ccecd08e2cd207caa74
Showing
2 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters