diff --git a/Config/ProjectSettings.ps1 b/Config/ProjectSettings.ps1 index ec67bdb2..52db7f14 100644 --- a/Config/ProjectSettings.ps1 +++ b/Config/ProjectSettings.ps1 @@ -273,7 +273,7 @@ $OFS = " " # 4. Enables some disabled unit tests and disables logging # 5. Enables setting preference variables for modules # NOTE: If changed to $true, change requires PowerShell restart -Set-Variable -Name Develop -Scope Global -Value $true +Set-Variable -Name Develop -Scope Global -Value $false if ($Develop) { diff --git a/docs/SecurityAndPrivacy.md b/docs/SecurityAndPrivacy.md index b72e3d7e..d1f6194f 100644 --- a/docs/SecurityAndPrivacy.md +++ b/docs/SecurityAndPrivacy.md @@ -380,8 +380,6 @@ to google privacy policy. If you're willing to trade speed for privacy consider privacy conscious search engine. -Which one is the best for privacy is subjective but you can start exploring with ex. [Startpage][startpage] - [Table of Contents](#table-of-contents) ### Common privacy mistakes @@ -527,7 +525,6 @@ The following web sites are good starting point for additional research regardin [tor browser]: https://www.torproject.org/download "Visit Tor Project" [privilege escalation]: https://en.wikipedia.org/wiki/Privilege_escalation "Visit wikipedia site" [nmap]: https://nmap.org "Visit nmap site" -[startpage]: https://www.startpage.com "Visit Startpage search engine" [psiphon repo]: https://github.com/Psiphon-Inc/psiphon-windows "Visit GitHub page" [uac blog]: https://learn.microsoft.com/en-us/archive/blogs/e7/user-account-control "Visit Microsoft archive" [uac blog update]: https://learn.microsoft.com/en-us/archive/blogs/e7/user-account-control-uac-quick-update "Visit Microsoft archive"