Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
e8b0c725
Commit
e8b0c725
authored
Jun 07, 2016
by
Matija Obreza
Browse files
httpOnly cookies
parent
715db14f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/spring/spring.properties
View file @
e8b0c725
...
...
@@ -19,7 +19,7 @@ base.hostname=${base.host}:8080
base.url
=
http://${base.hostname}
base.cookie-domain
=
base.cookie-secure
=
false
base.cookie-http-only
=
fals
e
base.cookie-http-only
=
tru
e
# robots.txt
robots.allow
=
false
...
...
src/main/webapp/WEB-INF/web.xml
View file @
e8b0c725
...
...
@@ -320,4 +320,9 @@
<page-encoding>
UTF-8
</page-encoding>
</jsp-property-group>
</jsp-config>
<session-config>
<cookie-config>
<http-only>
true
</http-only>
</cookie-config>
</session-config>
</web-app>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment