Skip to content

Commit fd569b2

Browse files
committed
Enable secure cookies.
@see https://www.owasp.org/index.php/SecureFlag Addressed to #72
1 parent 5fb7460 commit fd569b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/application-prod.properties

+2
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ logging.level.: INFO
4141
logging.level.ru.mystamps: DEBUG
4242

4343
app.upload.dir: /data/uploads
44+
45+
server.session.cookie.secure: true

0 commit comments

Comments
 (0)