Skip to content

Commit f2d0ff0

Browse files
Merge pull request #7 from floss-uz-community/fix-headers-issue
fix: "accept-encoding" header added to FORBIDDEN_HEADERS
2 parents fcfd85f + 220a5be commit f2d0ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/uz/server/controller/ForwardController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public class ForwardController {
3737
"keep-alive",
3838
"proxy-authenticate",
3939
"proxy-authorization",
40+
"accept-encoding",
4041
"te",
4142
"trailer",
4243
"upgrade"

0 commit comments

Comments
 (0)