File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,11 @@ namespace SimTools
1313 /// Validates that the configured %baseurl% resolves to a trusted domain and IP,
1414 /// and that the local hosts file has not redirected it to an unexpected address.
1515 ///
16- /// Trusted sources are read from trusted-sources.json in the application directory.
17- /// All checks are advisory — failures generate a warning dialog but never block downloads.
16+ /// Trusted sources are read from TrustedSources.cs during assembly. New mirrors should be
17+ /// added there and included in the build process. Warnings will continue until the user
18+ /// updates to a version of the app with the new trusted source included.
19+ ///
20+ /// All checks are advisory — failures generate a warning dialog but never blocks downloads.
1821 ///
1922 /// Validation runs at most once per domain per application session (cached).
2023 /// Call InvalidateCache() if the user changes the BaseUrl in Settings.
You can’t perform that action at this time.
0 commit comments