Skip to content

Commit

Permalink
server: remove Opera as supported browser from RC
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Mar 2, 2015
1 parent 7a0e42a commit 1e55133
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 389 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011 Software Freedom Conservancy.
* Copyright 2011-2015 Software Freedom Conservancy
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -55,7 +55,6 @@ public class BrowserLauncherFactory {
supportedBrowsers.put(BrowserType.SAFARI_PROXY, SafariCustomProfileLauncher.class);
supportedBrowsers.put(BrowserType.IE_HTA, HTABrowserLauncher.class);
supportedBrowsers.put(BrowserType.IEXPLORE, InternetExplorerLauncher.class);
supportedBrowsers.put(BrowserType.OPERA, OperaCustomProfileLauncher.class);
supportedBrowsers.put("piiexplore", ProxyInjectionInternetExplorerCustomProxyLauncher.class);
supportedBrowsers.put("pifirefox", ProxyInjectionFirefoxCustomProfileLauncher.class);
supportedBrowsers.put(BrowserType.KONQUEROR, KonquerorLauncher.class);
Expand Down

This file was deleted.

Loading

0 comments on commit 1e55133

Please sign in to comment.