Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
f97be33a
Commit
f97be33a
authored
Feb 21, 2014
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack-monitor: protection HttpOnly added for cookie
parent
b7037f9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stack/monitor/webfiles/index.cgi.in
stack/monitor/webfiles/index.cgi.in
+1
-1
No files found.
stack/monitor/webfiles/index.cgi.in
View file @
f97be33a
...
@@ -70,7 +70,7 @@ if "password" in form:
...
@@ -70,7 +70,7 @@ if "password" in form:
password = form['password'].value
password = form['password'].value
if password == '{{ password }}' :
if password == '{{ password }}' :
cookie['password'] = password
cookie['password'] = password
print cookie
print cookie
, "; Path=/; HttpOnly"
else:
else:
cookie_string = os.environ.get('HTTP_COOKIE')
cookie_string = os.environ.get('HTTP_COOKIE')
if cookie_string:
if cookie_string:
...
...
Write
Preview
Markdown
is supported
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