diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-10 16:48:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-10 16:48:22 -0500 |
commit | 31901905e34bf29339272379bee996bb860f3568 (patch) | |
tree | ace26673e29cdc94c0b5bf6a4712cca594fa6ddb /settings.py | |
parent | 7fd2c3474fa71cfb36f64e7f5c4d89fb21c38334 (diff) | |
download | yt-local-31901905e34bf29339272379bee996bb860f3568.tar.lz yt-local-31901905e34bf29339272379bee996bb860f3568.tar.xz yt-local-31901905e34bf29339272379bee996bb860f3568.zip |
Fix name app
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 7d48bb0..ee46733 100644 --- a/settings.py +++ b/settings.py @@ -47,7 +47,7 @@ SETTINGS_INFO = collections.OrderedDict([ ('allow_foreign_addresses', { 'type': bool, 'default': False, - 'comment': '''This will allow others to connect to your YouTube Local instance as a website. + 'comment': '''This will allow others to connect to your YT Local instance as a website. For security reasons, enabling this is not recommended.''', 'hidden': True, 'category': 'network', |