Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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.
Jump to
Jump to file
Failed to load files.
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<>("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