Skip to content

Commit

Permalink
resolves #3 (blacklist gif & svg)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Aug 31, 2021
1 parent b3485db commit d876b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uro/uro.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
content_patterns = []

blacklist = r'(post|blog)s?|docs|support/|/(\d{4}|pages?)/\d+/'
static_exts = ('js', 'css', 'png', 'pdf', 'jpg', 'jpeg', 'ico', 'bmp')
static_exts = ('js', 'css', 'png', 'pdf', 'jpg', 'jpeg', 'ico', 'bmp', 'svg', 'gif')


def params_to_dict(params: str) -> list:
Expand Down

0 comments on commit d876b2f

Please sign in to comment.