Make sure the user can see the Unsafe Browser's warning dialog
In #15635, it was reported that the Unsafe Browser’s warning dialog can
be hidden from the user by setting a different value for the $DISPLAY
environment variable. We should prevent this, by hard coding the
$DISPLAY
variable in /usr/local/sbin/unsafe-browser
.
We can also make sure that the dialog is not immediately closed programmatically (to prevent the user from seeing it), by adding making the “Launch” button insensitive for a few seconds.
Feature Branch: wip/bugfix/17134-make-sure-user-sees-unsafe-browser-warning
Attachments
Related issues
- Related to #15635
Original created by @segfault on 17134 (Redmine)