[OOBE] Get "What's New" behind authenticated proxy and strict firewall. (#18695)

* Attempt to get username and password for proxy authentication. We should not use it.

* Using default credentials for system proxy authentication.
This commit is contained in:
lncubus
2022-06-14 12:44:07 +02:00
committed by GitHub
parent b5531a1f6b
commit e8bb2de8b6
3 changed files with 65 additions and 21 deletions

View File

@@ -1488,6 +1488,12 @@ From there, simply click on one of the supported files in the File Explorer and
<data name="Oobe_WhatsNew_LoadingError.Message" xml:space="preserve">
<value>Please check your internet connection.</value>
</data>
<data name="Oobe_WhatsNew_ProxyAuthenticationWarning.Title" xml:space="preserve">
<value>Couldn't load the release notes.</value>
</data>
<data name="Oobe_WhatsNew_ProxyAuthenticationWarning.Message" xml:space="preserve">
<value>Your proxy server requires authentication.</value>
</data>
<data name="Oobe_WhatsNew_DetailedReleaseNotesLink.Text" xml:space="preserve">
<value>See more detailed release notes on GitHub</value>
<comment>Don't loc "GitHub", it's the name of a product</comment>