diff --git a/core/assets/scaffold/files/web.config b/core/assets/scaffold/files/web.config index 8dff0b27e247aa501800ddad7763ad6fff95513a..79a0433c9d9da5e33e1337157f2898a8da20a916 100644 --- a/core/assets/scaffold/files/web.config +++ b/core/assets/scaffold/files/web.config @@ -33,18 +33,6 @@ <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> </conditions> </rule> - <!-- If running on a PHP version affected by httpoxy vulnerability - uncomment the following rule to mitigate it's impact. To make this - rule work, you will also need to add HTTP_PROXY to the allowed server - variables manually in IIS. See https://www.drupal.org/node/2783079. - <rule name="Erase HTTP_PROXY" patternSyntax="Wildcard"> - <match url="*.*" /> - <serverVariables> - <set name="HTTP_PROXY" value="" /> - </serverVariables> - <action type="None" /> - </rule> - --> <!-- To redirect all users to access the site WITH the 'www.' prefix, http://example.com/foo will be redirected to http://www.example.com/foo) adapt and uncomment the following: --> diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index d492ebe27af5f8cb9543cba08a84736528eccda6..55448eebd30df2bafc943cb43be0b6c9a0242210 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -731,7 +731,6 @@ httpd httpheader httpkernel httponly -httpoxy huhuu hurlant hustlin diff --git a/web.config b/web.config index 8dff0b27e247aa501800ddad7763ad6fff95513a..79a0433c9d9da5e33e1337157f2898a8da20a916 100644 --- a/web.config +++ b/web.config @@ -33,18 +33,6 @@ <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> </conditions> </rule> - <!-- If running on a PHP version affected by httpoxy vulnerability - uncomment the following rule to mitigate it's impact. To make this - rule work, you will also need to add HTTP_PROXY to the allowed server - variables manually in IIS. See https://www.drupal.org/node/2783079. - <rule name="Erase HTTP_PROXY" patternSyntax="Wildcard"> - <match url="*.*" /> - <serverVariables> - <set name="HTTP_PROXY" value="" /> - </serverVariables> - <action type="None" /> - </rule> - --> <!-- To redirect all users to access the site WITH the 'www.' prefix, http://example.com/foo will be redirected to http://www.example.com/foo) adapt and uncomment the following: -->