mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Allow logging filenames in website mode as well
This commit is contained in:
parent
c886a449ad
commit
d78556e8c5
3 changed files with 8 additions and 2 deletions
|
@ -59,7 +59,12 @@ class ModeSettings:
|
|||
"disable_text": False,
|
||||
"disable_files": False,
|
||||
},
|
||||
"website": {"disable_csp": False, "custom_csp": None, "filenames": []},
|
||||
"website": {
|
||||
"disable_csp": False,
|
||||
"custom_csp": None,
|
||||
"log_filenames": False,
|
||||
"filenames": []
|
||||
},
|
||||
"chat": {},
|
||||
}
|
||||
self._settings = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue