Skip to content

Commit

Permalink
cache: Block regex101.com
Browse files Browse the repository at this point in the history
regex101.com leads to an undesirable non-code repo on GitHub.

Closes #116
  • Loading branch information
jayvdb committed Apr 20, 2020
1 parent e412382 commit 7004a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypidb/_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ def CacheControl(
sess.mount("https://browsehappy.com", _block_request_adapter)
sess.mount("http://validator.w3.org/check", _block_request_adapter)
sess.mount("https://validator.w3.org/check", _block_request_adapter)
sess.mount("http://regex101.com", _block_request_adapter)
sess.mount("https://regex101.com", _block_request_adapter)
sess.mount(
"http://www.amazon.com/exec/obidos/external-search", _block_request_adapter
) # simplegeneric https://github.com/lipoja/URLExtract/issues/62
Expand Down

0 comments on commit 7004a82

Please sign in to comment.