diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart index df7b75ec..61009f26 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/app_bar_title.dart @@ -46,6 +46,8 @@ class AppBarTitle extends HookConsumerWidget { color: Theme.of(context).colorScheme.error, size: 14, ); + } else if (tabState.readerableState.active) { + return const Icon(MdiIcons.lockMinus, size: 14); } else if (!tabState.securityInfoState.secure) { return Icon( MdiIcons.lockAlert, diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart index 67b88c21..0bba0b1b 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/certificate_tile.dart @@ -45,6 +45,8 @@ class CertificateTile extends HookConsumerWidget { style: TextStyle(color: Theme.of(context).colorScheme.error), ), ); + } else if (tabState.readerableState.active) { + return const SizedBox.shrink(); } else if (!tabState.securityInfoState.secure) { return ListTile( leading: Icon(