From 244736e98a55408e88cf262f615b5d9705397b4c Mon Sep 17 00:00:00 2001 From: jacr13 Date: Fri, 9 Apr 2021 19:42:21 +0200 Subject: [PATCH] revert commit not related to the issue already opened --- app/filter.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/filter.py b/app/filter.py index dc7cb4c..a9d8aee 100644 --- a/app/filter.py +++ b/app/filter.py @@ -206,9 +206,7 @@ class Filter: # Temporarily removing all links to that tab for now. link.decompose() return - elif (self.new_tab - and not href.startswith('/search') - and not href.startswith('/?safe')): + elif self.new_tab: link['target'] = '_blank' result_link = urlparse.urlparse(href)