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

Disable Vimeo Web Extension until we find a solution for the webcompat problems #3720

Merged
merged 1 commit into from
Jul 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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<>("[email protected]", "resource://android/assets/extensions/fxr_youtube/"),
new Pair<>("[email protected]", "resource://android/assets/extensions/fxr_vimeo/")
new Pair<>("[email protected]", "resource://android/assets/extensions/fxr_youtube/")
);

private static SessionStore mInstance;
Expand Down