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
Add internal preference to disable HTTPS upgrade
https://bugs.webkit.org/show_bug.cgi?id=222778 Patch by Alex Christensen <achristensen@webkit.org> on 2021-03-04 Reviewed by Simon Fraser. Source/WebKit: * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::creationParameters): Source/WTF: This is needed for an internal performance benchmark, which serves canned content from a local http server pretending to be from different domains that are in our internal HTTPS upgrade list because the real server supports HTTPS. That internal benchmark should eventually change, but that's not going to happen this year. This is also likely going to be useful for QA purposes to be able to easily tell on an internal build whether HTTPS upgrade is breaking something. * Scripts/Preferences/WebPreferencesInternal.yaml: Canonical link: https://commits.webkit.org/234898@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@273950 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
2973af5
commit e135a1d957e938456d10d01633f2ef0d540e6ef4
Showing
4 changed files
with
36 additions
and
1 deletion.
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
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