Skip to content

Commit

Permalink
Fixing Issue #45 and svg added to default blacklist
Browse files Browse the repository at this point in the history
Fixing Issue #45 and svg added to default blacklist
  • Loading branch information
Quitten committed Jan 7, 2020
1 parent 4f12e43 commit bd2a72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def initInterceptionFilters(self):

# Adding some default interception filters
# self.IFModel.addElement("Scope items only: (Content is not required)") # commented for better first impression.
self.IFModel.addElement("URL Not Contains (regex): \\.js|css|png|jpg|jpeg|gif|woff|map|bmp|ico$")
self.IFModel.addElement("URL Not Contains (regex): \\.js|\\.css|\\.png|\\.jpg|\\.svg|\\.jpeg|\\.gif|\\.woff|\\.map|\\.bmp|\\.ico$")
self.IFModel.addElement("Ignore spider requests: ")

self.IFText = JTextArea("", 5, 30)
Expand Down

0 comments on commit bd2a72e

Please sign in to comment.