fix documentation for IIS reverse proxy configuration#16246
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #16246 +/- ##
==========================================
+ Coverage 44.24% 45.49% +1.25%
==========================================
Files 695 705 +10
Lines 82341 83167 +826
==========================================
+ Hits 36429 37840 +1411
+ Misses 40014 39262 -752
- Partials 5898 6065 +167
Continue to review full report at Codecov.
|
zeripath
approved these changes
Jun 25, 2021
| ```xml | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <configuration> | ||
| <system.web> |
Contributor
There was a problem hiding this comment.
Ok so looking at the docs here it appears by default that the following characters are disallowed:
<,>,*,%,&,:,\
I guess we really only need the : but gitea is safe with all of these characters.
6543
approved these changes
Jun 25, 2021
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this pull request
Aug 10, 2021
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #16245 as pull requests won't work properly otherwise