mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-23 23:01:26 -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
|
@ -268,6 +268,7 @@ def main(cwd=None):
|
|||
if custom_csp:
|
||||
mode_settings.set("website", "custom_csp", custom_csp)
|
||||
mode_settings.set("website", "disable_csp", False)
|
||||
mode_settings.set("website", "log_filenames", log_filenames)
|
||||
else:
|
||||
# See what the persistent mode was
|
||||
mode = mode_settings.get("persistent", "mode")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue