Skip to content

Commit

Permalink
unsecure cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoe committed Jan 5, 2024
1 parent 8197416 commit 253b6ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions obp-api/src/main/resources/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
</filter-mapping>

<!--set the status of HttpOnly and Secure cookie flags-->
<session-config>
<cookie-config>
<secure>true</secure>
<http-only>true</http-only>
</cookie-config>
</session-config>



<!-- H2 web console
Expand Down

0 comments on commit 253b6ba

Please sign in to comment.