Skip to content

Commit 6741e82

Browse files
committed
Fix for homepage url JS firing
1 parent d8024e3 commit 6741e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fanatical_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
KEYS_URL = HOMEPAGE+'api/user/keys'
3939

40-
HOMEPAGE_URI_REGEX = r"^https://(www\.)*fanatical\.com/"
40+
HOMEPAGE_URI_REGEX = r"^https://(www\.)*fanatical\.com/(../)*"
4141
SCRAPING_URI_REGEX = r"^https://(www\.)*fanatical\.com/../product-library.*"
4242
END_URI_REGEX = r"^https://(www\.)*fanatical\.com/../orders.*" # This is used as reference to exit the GG integrated browser (in authentication mode)
4343
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 commit comments

Comments
 (0)