mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Remove setting preferred URL scheme in web UI to allow access without BunkerWeb in front back
This commit is contained in:
parent
86eab3a55c
commit
cd4e9b8a31
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ with app.app_context():
|
|||
app.config["SESSION_COOKIE_HTTPONLY"] = True # Recommended for security
|
||||
app.config["SESSION_COOKIE_SAMESITE"] = "Lax" # Or 'Strict' for stricter settings
|
||||
app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minutes=30)
|
||||
app.config["PREFERRED_URL_SCHEME"] = "https"
|
||||
|
||||
login_manager = LoginManager()
|
||||
login_manager.session_protection = "strong"
|
||||
|
|
|
|||
Loading…
Reference in a new issue