Skip to content

Commit

Permalink
Fix export of allowOtherProxyProtocols setting
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Feb 9, 2025
1 parent 21fc889 commit 4693ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ function _listPrompt(
exportButtonElement.addEventListener("click", () => {
const state: Partial<State> = {
adLogEnabled: store.state.adLogEnabled,
allowOtherProxyProtocols: store.state.allowOtherProxyProtocols,
anonymousMode: store.state.anonymousMode,
normalProxies: store.state.normalProxies,
optimizedProxies: store.state.optimizedProxies,
Expand Down

0 comments on commit 4693ceb

Please sign in to comment.