OPENIDE #24 Restrict IDE access to untrusted sources

(cherry picked from commit 217047cbedf4a3c56b4e3c07968ddccadbc775ef)
This commit is contained in:
Nikita Iarychenko
2024-12-26 11:52:31 +04:00
parent 5453890653
commit 653bc359a4

View File

@@ -24,7 +24,9 @@ object WhiteListUrls {
"https://repo1.maven.org/maven2/net/sourceforge/plantuml/plantuml/1.2023.10/plantuml-1.2023.10.jar",
"https://amplicode.ru",
"https://download.openide.ru",
"https://download-ide.axiomjdk.ru"
"https://download-ide.axiomjdk.ru",
"https://schemastore.org",
"https://storage.yandexcloud.net/amplicode-marketplace/drivers/jdbc-drivers.xml"
)
@JvmStatic