From 01ed4d49d0403a7af8ce4817db1089f872c57448 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 3 Dec 2020 01:25:24 -0600 Subject: [PATCH] fix wsl apport breaking sites --- src/bigbrother/ministry/ofexec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bigbrother/ministry/ofexec.py b/src/bigbrother/ministry/ofexec.py index e1afbb0e..cd4ccef8 100644 --- a/src/bigbrother/ministry/ofexec.py +++ b/src/bigbrother/ministry/ofexec.py @@ -55,7 +55,8 @@ def block_exec(event, info): 'stem/response/getconf.py', 'stem/response/mapaddress.py', 'stem/response/protocolinfo.py', - 'apport/__init__.py' + 'apport/__init__.py', + 'apport/report.py' ] whitelisted_source = [] home = identifyhome.identify_home()