add settings for movim

This commit is contained in:
Morgan McMillian 2021-04-15 10:23:33 -07:00
parent a44d4d5a4a
commit 799a788d2d

View file

@ -3,5 +3,8 @@ config.set('content.notifications', True, 'https://cloud.dreamfall.space')
config.set('content.notifications', True, 'https://pleroma.thrrgilag.space') config.set('content.notifications', True, 'https://pleroma.thrrgilag.space')
config.set('content.notifications', False, 'https://www.reddit.com') config.set('content.notifications', False, 'https://www.reddit.com')
config.set('content.notifications', True, 'https://broadsword.s3rv.com') config.set('content.notifications', True, 'https://broadsword.s3rv.com')
config.set('content.notifications', True, 'https://mov.im')
config.set('content.notifications', True, 'https://xmpp.dreamfall.space')
config.set('content.register_protocol_handler', True, 'https://mov.im?share/%25s')
config.set('colors.webpage.prefers_color_scheme_dark', True) config.set('colors.webpage.prefers_color_scheme_dark', True)
config.set('content.webgl', False) config.set('content.webgl', False)