Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 848aa77

Browse files
committed
1 parent bdfa82e commit 848aa77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ST.Client/Services/Mvvm/ProxyService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private ProxyService()
5858
{
5959
httpProxyService.ProxyDomains = EnableProxyDomains;
6060
httpProxyService.IsEnableScript = ProxySettings.IsEnableScript.Value;
61+
httpProxyService.OnlyEnableProxyScript = ProxySettings.OnlyEnableProxyScript.Value;
6162
httpProxyService.Scripts = EnableProxyScripts;
6263
if (IApplication.IsDesktopPlatform)
6364
{

0 commit comments

Comments
 (0)