diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-11 11:00:44 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-14 08:09:51 +0100 |
commit | 69814fc26fe21a258cf32fca021945f5bc69f59c (patch) | |
tree | 0fcaadbb008d40191b6e418be0609c253ac22d66 /solenv | |
parent | b2fd2c247f7f62f9ae6826c4f1b9065a50313217 (diff) |
tdf#158576 Show warning when cert is not yet/no longer valid
Change-Id: I4f517a5e2b33d508d1a501323c4d97dc025edfbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160566
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/uui.suppr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/sanitizers/ui/uui.suppr b/solenv/sanitizers/ui/uui.suppr index 96d00fc94920..3c7ab206bbe2 100644 --- a/solenv/sanitizers/ui/uui.suppr +++ b/solenv/sanitizers/ui/uui.suppr @@ -12,6 +12,8 @@ uui/uiconfig/ui/logindialog.ui://GtkLabel[@id='requestinfo'] orphan-label uui/uiconfig/ui/logindialog.ui://GtkLabel[@id='errorinfo'] orphan-label uui/uiconfig/ui/macrowarnmedium.ui://GtkLabel[@id='descr1Label'] orphan-label uui/uiconfig/ui/macrowarnmedium.ui://GtkLabel[@id='signsLabel'] orphan-label +uui/uiconfig/ui/macrowarnmedium.ui://GtkLabel[@id='certNotYetValidLabel'] orphan-label +uui/uiconfig/ui/macrowarnmedium.ui://GtkLabel[@id='certNoLongerValidLabel'] orphan-label uui/uiconfig/ui/setmasterpassworddlg.ui://GtkLabel[@id='label1'] orphan-label uui/uiconfig/ui/setmasterpassworddlg.ui://GtkLabel[@id='label4'] orphan-label uui/uiconfig/ui/simplenameclash.ui://GtkLabel[@id='warning'] orphan-label |