auto close when page number exceeds (#4101)

This commit is contained in:
LawyZheng
2025-11-26 14:37:14 +08:00
committed by GitHub
parent e692ae8944
commit 1fff8a2ac6
2 changed files with 19 additions and 3 deletions

View File

@@ -119,6 +119,7 @@ class Settings(BaseSettings):
BROWSER_HEIGHT: int = 1080
BROWSER_POLICY_FILE: str = "/etc/chromium/policies/managed/policies.json"
BROWSER_LOGS_ENABLED: bool = True
BROWSER_MAX_PAGES_NUMBER: int = 10
# Add extension folders name here to load extension in your browser
EXTENSIONS_BASE_PATH: str = "./extensions"