Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3338541
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3338541
Commits
0a27cd41
Commit
0a27cd41
authored
4 years ago
by
catch
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3181084
by alexpott, anushrikumari: Remove commented out httpoxy rule from web.config
parent
6aab2237
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/assets/scaffold/files/web.config
+0
-12
0 additions, 12 deletions
core/assets/scaffold/files/web.config
core/misc/cspell/dictionary.txt
+0
-1
0 additions, 1 deletion
core/misc/cspell/dictionary.txt
web.config
+0
-12
0 additions, 12 deletions
web.config
with
0 additions
and
25 deletions
core/assets/scaffold/files/web.config
+
0
−
12
View file @
0a27cd41
...
...
@@ -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
: -->
...
...
This diff is collapsed.
Click to expand it.
core/misc/cspell/dictionary.txt
+
0
−
1
View file @
0a27cd41
...
...
@@ -731,7 +731,6 @@ httpd
httpheader
httpkernel
httponly
httpoxy
huhuu
hurlant
hustlin
...
...
This diff is collapsed.
Click to expand it.
web.config
+
0
−
12
View file @
0a27cd41
...
...
@@ -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
: -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment