Skip to content

Commit

Permalink
Revert "unsecure cookies"
Browse files Browse the repository at this point in the history
This reverts commit 253b6ba.
  • Loading branch information
tawoe committed Jan 5, 2024
1 parent 253b6ba commit a14e78b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion obp-api/src/main/resources/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
</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 a14e78b

Please sign in to comment.