Fix game's gallery failed to load (#250)

This commit is contained in:
redphx 2024-02-11 16:21:40 +07:00
parent 9332f375b8
commit 506f89ea51

View File

@ -8994,7 +8994,7 @@ function interceptHttpRequests() {
if (getPref(Preferences.BLOCK_SOCIAL_FEATURES)) {
BLOCKED_URLS = BLOCKED_URLS.concat([
'https://peoplehub.xboxlive.com/users/me',
'https://accounts.xboxlive.com/family/memberXuid',
// 'https://accounts.xboxlive.com/family/memberXuid',
'https://notificationinbox.xboxlive.com',
]);
}