mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58: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
|
||||
mandatory: true
|
||||
else
|
||||
data: profile.pacScript
|
||||
data: OmegaPac.PacGenerator.ascii(profile.pacScript)
|
||||
mandatory: true
|
||||
else if profile.profileType == 'FixedProfile'
|
||||
config = @_fixedProfileConfig(profile)
|
||||
|
Loading…
Reference in New Issue
Block a user