Start with more secure network defaults

This commit is contained in:
Mike Dilger 2023-04-08 10:39:00 +12:00
parent f5c2384d55
commit 1dfd656266

View File

@ -27,9 +27,9 @@ pub const DEFAULT_REPOSTS: bool = true;
pub const DEFAULT_SHOW_LONG_FORM: bool = false;
pub const DEFAULT_SHOW_MENTIONS: bool = true;
pub const DEFAULT_SHOW_MEDIA: bool = true;
pub const DEFAULT_LOAD_AVATARS: bool = true;
pub const DEFAULT_LOAD_AVATARS: bool = false;
pub const DEFAULT_LOAD_MEDIA: bool = false;
pub const DEFAULT_CHECK_NIP05: bool = true;
pub const DEFAULT_CHECK_NIP05: bool = false;
pub const DEFAULT_DIRECT_MESSAGES: bool = true;
pub const DEFAULT_AUTOMATICALLY_FETCH_METADATA: bool = true;
pub const DEFAULT_HIGHLIGHT_UNREAD_EVENTS: bool = true;