Skip to content

Commit

Permalink
Disable Vimeo Web Extension until we find a solution for the webcompa…
Browse files Browse the repository at this point in the history
…t problems (#3720)
  • Loading branch information
MortimerGoro authored and bluemarvin committed Jul 23, 2020
1 parent 2a983a7 commit 312369b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public class SessionStore implements
private static final int MAX_GECKO_SESSIONS = 5;

private static final List<Pair<String, String>> BUILTIN_WEB_EXTENSIONS = Arrays.asList(
new Pair<>("fxr-webcompat_youtube@mozilla.org", "resource://android/assets/extensions/fxr_youtube/"),
new Pair<>("fxr-webcompat_vimeo@mozilla.org", "resource://android/assets/extensions/fxr_vimeo/")
new Pair<>("fxr-webcompat_youtube@mozilla.org", "resource://android/assets/extensions/fxr_youtube/")
);

private static SessionStore mInstance;
Expand Down

0 comments on commit 312369b

Please sign in to comment.