Skip to content

Commit

Permalink
Configure firefox for proxy if trustAllSSLCertificats option is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Apr 12, 2010
1 parent e16b1a9 commit b05bee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected void copyCert8db(final File firefoxProfileTemplate) {
protected void generatePacAndPrefJs(String homePage) throws IOException {
LauncherUtils.ProxySetting proxySetting = LauncherUtils.ProxySetting.NO_PROXY;
if (browserConfigurationOptions.is("captureNetworkTraffic") || browserConfigurationOptions.is(
"addCustomRequestHeaders")) {
"addCustomRequestHeaders") || browserConfigurationOptions.is("trustAllSSLCertificates")) {
proxySetting = LauncherUtils.ProxySetting.PROXY_EVERYTHING;
}

Expand Down

0 comments on commit b05bee6

Please sign in to comment.