fix wsl apport breaking sites

This commit is contained in:
Kevin Froman 2020-12-03 01:25:24 -06:00
parent 9db9c495c8
commit 01ed4d49d0
1 changed files with 2 additions and 1 deletions

View File

@ -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()