add setting explanations
This commit is contained in:
@@ -316,6 +316,9 @@ class WebEngineSettingsScreen extends HookConsumerWidget {
|
|||||||
// ),
|
// ),
|
||||||
SwitchListTile.adaptive(
|
SwitchListTile.adaptive(
|
||||||
title: const Text('Bounce Tracking Protection'),
|
title: const Text('Bounce Tracking Protection'),
|
||||||
|
subtitle: const Text(
|
||||||
|
'Blocks redirect trackers that collect data through intermediate URL redirects between websites',
|
||||||
|
),
|
||||||
secondary: const Icon(MdiIcons.securityNetwork),
|
secondary: const Icon(MdiIcons.securityNetwork),
|
||||||
value: switch (engineSettings
|
value: switch (engineSettings
|
||||||
.contentBlocking
|
.contentBlocking
|
||||||
@@ -349,6 +352,9 @@ class WebEngineSettingsScreen extends HookConsumerWidget {
|
|||||||
children: [
|
children: [
|
||||||
const ListTile(
|
const ListTile(
|
||||||
title: Text('Query Parameter Stripping'),
|
title: Text('Query Parameter Stripping'),
|
||||||
|
subtitle: Text(
|
||||||
|
'Removes tracking parameters from URLs to prevent cross-site user tracking',
|
||||||
|
),
|
||||||
leading: Icon(MdiIcons.closeNetwork),
|
leading: Icon(MdiIcons.closeNetwork),
|
||||||
contentPadding: EdgeInsets.zero,
|
contentPadding: EdgeInsets.zero,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user