Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 312369b

Browse files
MortimerGorobluemarvin
authored andcommitted
Disable Vimeo Web Extension until we find a solution for the webcompat problems (#3720)
1 parent 2a983a7 commit 312369b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/common/shared/org/mozilla/vrbrowser/browser/engine/SessionStore.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public class SessionStore implements
5454
private static final int MAX_GECKO_SESSIONS = 5;
5555

5656
private static final List<Pair<String, String>> BUILTIN_WEB_EXTENSIONS = Arrays.asList(
57-
new Pair<>("[email protected]", "resource://android/assets/extensions/fxr_youtube/"),
58-
new Pair<>("[email protected]", "resource://android/assets/extensions/fxr_vimeo/")
57+
new Pair<>("[email protected]", "resource://android/assets/extensions/fxr_youtube/")
5958
);
6059

6160
private static SessionStore mInstance;

0 commit comments

Comments
 (0)