Skip to content

Commit 73c8212

Browse files
committed
GHA dataApp firewall properties update
1 parent b89b510 commit 73c8212

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ci/docker/be-dataapp_resources/firewall.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
#Set which HTTP methods should be allowed
2-
allowedMethods=GET,POST,PUT,DELETE
1+
#Set which HTTP header names should be allowed (if want to allow all header names, keep it empty)
2+
allowedHeaderNames=
3+
#Set which values in header names should have the exact value and allowed (if want to allow any values keep it empty)
4+
allowedHeaderValues=
5+
#Set which HTTP methods should be allowed (if want to allow all header names, keep it empty)
6+
allowedMethods=GET,POST
37
#Set if a backslash "\" or a URL encoded backslash "%5C" should be allowed in the path or not
48
allowBackSlash=true
59
#Set if a slash "/" that is URL encoded "%2F" should be allowed in the path or not

0 commit comments

Comments
 (0)