mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 11:08:13 -05:00
ASCII-encode pacScript for PAC profiles.
This commit is contained in:
parent
cee374833f
commit
1ccdff1d7b
@ -133,7 +133,7 @@ class ChromeOptions extends OmegaTarget.Options
|
|||||||
url: profile.pacUrl
|
url: profile.pacUrl
|
||||||
mandatory: true
|
mandatory: true
|
||||||
else
|
else
|
||||||
data: profile.pacScript
|
data: OmegaPac.PacGenerator.ascii(profile.pacScript)
|
||||||
mandatory: true
|
mandatory: true
|
||||||
else if profile.profileType == 'FixedProfile'
|
else if profile.profileType == 'FixedProfile'
|
||||||
config = @_fixedProfileConfig(profile)
|
config = @_fixedProfileConfig(profile)
|
||||||
|
Loading…
Reference in New Issue
Block a user