Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan committed Oct 12, 2024
1 parent 7351c00 commit b34c7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The port to bind to. (default is 8000)
#### ssl (bool)

Indicate that "Secure flag" should be set for middleware WebServerSession cookie only !!!!
(default is True)
(default is False)

non-sense in http_only mode.

Expand Down
2 changes: 1 addition & 1 deletion htagweb/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def __init__(self,
host="0.0.0.0",
port=8000,
debug:bool=False,
ssl:bool=True, # now, Indicate that Secure flag should be set for middleware WebServerSession (cookies)
ssl:bool=False, # now, Indicate that Secure flag should be set for middleware WebServerSession (cookies)
parano:bool=False,
http_only:bool=False,
timeout_interaction:int=60,
Expand Down

0 comments on commit b34c7db

Please sign in to comment.