improved description
This commit is contained in:
@@ -217,7 +217,7 @@ class SettingsScreen extends HookConsumerWidget {
|
|||||||
SwitchListTile.adaptive(
|
SwitchListTile.adaptive(
|
||||||
title: const Text('Block HTTP Protocol'),
|
title: const Text('Block HTTP Protocol'),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'Prevents loading of HTTP (unsecure) content entirely. When enabled, only HTTPS (secure) is allowed.',
|
'Prevents the loading of unsecure HTTP content. When enabled, only secure HTTPS content is allowed.',
|
||||||
),
|
),
|
||||||
value: settings.blockHttpProtocol,
|
value: settings.blockHttpProtocol,
|
||||||
onChanged: (value) async {
|
onChanged: (value) async {
|
||||||
|
|||||||
Reference in New Issue
Block a user