Skip to content

Commit

Permalink
#36: Support firefox profile for firefox 67 or newer.
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Nov 17, 2021
1 parent f49599c commit 3df45c8
Show file tree
Hide file tree
Showing 9 changed files with 653 additions and 433 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This file contains the change log.

## 1.0.16
* Fixed issue #35: NullPointerException in OsxProxySearchStrategy.getProxySelector
* Fixed issue #36: FirefoxProxySearchStrategy incorrectly detects active user profile

## 1.0.15
* Fixed issue #32: Add new property "proxy-vole.xml.factory.feature.secure.processing" to activate the FEATURE_SECURE_PROCESSING on DocumentBuilderFactory.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<enforcer-no-snapshots.skip>false</enforcer-no-snapshots.skip>

<jna.version>5.6.0</jna.version>
<junit-jupiter.version>5.7.1</junit-jupiter.version>
<assertj.version>3.18.1</assertj.version>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
<assertj.version>3.19.0</assertj.version>
<system-stubs-jupiter.version>1.2.0</system-stubs-jupiter.version>
<slf4j.version>1.7.30</slf4j.version>
</properties>
Expand Down
Loading

0 comments on commit 3df45c8

Please sign in to comment.