Skip to content

Commit 5829895

Browse files
author
Flyers
committed
Updated firewall to allow OPTIONS
1 parent 9e8a4f2 commit 5829895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

back-end/app/config/security.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ security:
2121
wsse_secured:
2222
pattern: ^/api/.*
2323
stateless: true
24+
methods: [GET, POST, PUT]
2425
wsse:
2526
realm: "Secured with WSSE"
2627
profile: "UsernameToken"

0 commit comments

Comments
 (0)