From b34c7dbaa826ef2198d3d6c4b8425c6a39934811 Mon Sep 17 00:00:00 2001 From: manatlan Date: Sat, 12 Oct 2024 18:30:43 +0200 Subject: [PATCH] revert --- README.md | 2 +- htagweb/runners.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59039bf..bfcc7e1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/htagweb/runners.py b/htagweb/runners.py index 8d61766..2c6111f 100644 --- a/htagweb/runners.py +++ b/htagweb/runners.py @@ -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,