mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Merge branch 'ros-fixes' into release-2.5
This commit is contained in:
commit
4988734396
6 changed files with 99 additions and 81 deletions
|
@ -55,12 +55,8 @@ class ModeSettings:
|
|||
"disable_text": False,
|
||||
"disable_files": False,
|
||||
},
|
||||
"website": {
|
||||
"disable_csp": False,
|
||||
"custom_csp": None,
|
||||
"filenames": []
|
||||
},
|
||||
"chat": {"room": "default"},
|
||||
"website": {"disable_csp": False, "custom_csp": None, "filenames": []},
|
||||
"chat": {},
|
||||
}
|
||||
self._settings = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue