wike: fix sandboxing for 3.0

This commit is contained in:
Colin 2024-04-19 01:26:50 +00:00
parent f59f13588f
commit d9ffa5bb5a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
sandbox.wrapperType = "inplace"; # share/wike/wike-sp refers back to the binaries and share
sandbox.net = "clearnet";
sandbox.whitelistAudio = true;
sandbox.whitelistDbus = [ "user" ]; # without this, the search button pulls up a table of contents instead
# default sandboxing breaks rendering in weird ways. like it loads the desktop version of articles.
# enabling DRI/DRM (as below) hopefully fixes that.
sandbox.whitelistDri = true;