Skip to content

Commit

Permalink
Fix for homepage url JS firing
Browse files Browse the repository at this point in the history
  • Loading branch information
nosyn00b committed Jun 26, 2021
1 parent d8024e3 commit 6741e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fanatical_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

KEYS_URL = HOMEPAGE+'api/user/keys'

HOMEPAGE_URI_REGEX = r"^https://(www\.)*fanatical\.com/"
HOMEPAGE_URI_REGEX = r"^https://(www\.)*fanatical\.com/(../)*"
SCRAPING_URI_REGEX = r"^https://(www\.)*fanatical\.com/../product-library.*"
END_URI_REGEX = r"^https://(www\.)*fanatical\.com/../orders.*" # This is used as reference to exit the GG integrated browser (in authentication mode)
END_URI_REGEX_NOAUTH_DEBUG = r"^https://(www\.)*fanatical\.com/../bundle.*" # This is used as reference to exit the GG integrated browser (in debug/disabled authentication mode)

0 comments on commit 6741e82

Please sign in to comment.