Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Jul 2, 2023
1 parent f70fa15 commit 154f3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SophiApp/Customisations/CustomisationConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ internal static class CustomisationConstants
internal const string VC_UNINSTALL_ARGS = "/uninstall /passive /norestart";
internal const int _359_RUSSIA_GEOID = 203;
internal const string _359_INTERNET_SETTINGS_PATH = @"Software\Microsoft\Windows\CurrentVersion\Internet Settings";
internal const string _359_ANTIZAPRET_PROXY_LINK = @"https://antizapret.prostovpn.org/proxy.pac";
internal const string _359_ANTIZAPRET_PROXY_LINK = @"https://antizapret.prostovpn.org:8443/proxy.pac";
internal const string _359_AUTO_CONFIG_URL = "AutoConfigURL";
internal const string _362_REDISTRX86_REGISTRY_NAME_PATTERN = "VC,redist.x86,x86";
internal const string _362_VC_REDISTRX86_NAME_PATTERN = "Microsoft Visual C++ 2015-2022 Redistributable (x86)";
Expand Down
2 changes: 1 addition & 1 deletion src/SophiApp/Customisations/CustomisationOs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void _100(bool IsChecked)

diagTrack.Stop();
ServiceHelper.SetStartMode(diagTrack, ServiceStartMode.Disabled);
firewallRule.Enabled = false;
firewallRule.Enabled = true;
firewallRule.Action = NetFwTypeLib.NET_FW_ACTION_.NET_FW_ACTION_BLOCK;
}

Expand Down

0 comments on commit 154f3b8

Please sign in to comment.