From 6e2766f37326cc7b24f58fcb8efde1eb1efcac6c Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Thu, 20 May 2021 21:48:48 +0200 Subject: [PATCH] webapp: disable chromium api key warnings --- misc/webapp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/webapp b/misc/webapp index 960dc99..139fcdc 100755 --- a/misc/webapp +++ b/misc/webapp @@ -1,6 +1,10 @@ #!/bin/zsh #dep:chromium firejail +export GOOGLE_API_KEY="no" +export GOOGLE_DEFAULT_CLIENT_ID="no" +export GOOGLE_DEFAULT_CLIENT_SECRET="no" + profile="${0:t}" profile_dir=${XDG_DATA_HOME:-$HOME/.local/share}/jails/webapp-$profile