Skip to content

Commit

Permalink
ASCII-encode pacScript for PAC profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Dec 18, 2014
1 parent cee3748 commit 1ccdff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omega-target-chromium-extension/src/options.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ccdff1

Please sign in to comment.