mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-25 06:18:30 +00:00
Removed all telemetry-related code and configuration from WelsonJS.Launcher, including source files, resource strings, and app.config keys. Enhanced AssemblyLoader to support fallback to curl.exe for downloads on legacy Windows, with integrity hash verification. Updated documentation and resource files to reflect the new curl fallback mechanism and added the required integrity hash for curl.exe.
36 lines
2.1 KiB
XML
36 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="ResourceServerAllowOrigins" value=""/>
|
|
<add key="ResourceServerAutoStart" value="true"/>
|
|
<add key="ResourceServerPrefix" value="http://localhost:3000/"/>
|
|
<add key="RepositoryUrl" value="https://github.com/gnh1201/welsonjs"/>
|
|
<add key="CopilotUrl" value="https://copilot.microsoft.com/"/>
|
|
<add key="ChromiumDevToolsPrefix" value="http://localhost:9222/"/>
|
|
<add key="ChromiumDevToolsTimeout" value="5"/>
|
|
<add key="ChromiumExecutablePath" value="msedge.exe"/>
|
|
<add key="ChromiumAppMode" value="true"/>
|
|
<add key="AzureAiServicePrefix" value="https://ai-catswords656881030318.services.ai.azure.com/"/>
|
|
<add key="AzureAiServiceApiKey" value=""/>
|
|
<add key="AzureAiServiceApiVersion" value="2024-05-01-preview"/>
|
|
<add key="WhoisServerUrl" value="https://xn--c79as89aj0e29b77z.xn--3e0b707e/kor/whois.jsc"/>
|
|
<add key="WhoisReferrerUrl" value="https://xn--c79as89aj0e29b77z.xn--3e0b707e/kor/whois/whois.jsp"/>
|
|
<add key="WhoisClientAddress" value="141.101.82.1"/>
|
|
<add key="DnsServerAddress" value="1.1.1.1"/>
|
|
<add key="BlobStoragePrefix" value="https://catswords.blob.core.windows.net/welsonjs/"/>
|
|
<add key="BlobConfigUrl" value="https://catswords.blob.core.windows.net/welsonjs/blob.config.xml"/>
|
|
<add key="HttpClientTimeout" value="90"/>
|
|
<add key="IpQueryApiKey" value=""/>
|
|
<add key="IpQueryApiPrefix" value="https://api.criminalip.io/v1/"/>
|
|
<add key="IpQueryApiKey2" value=""/>
|
|
<add key="IpQueryApiPrefix2" value="https://api.abuseipdb.com/api/v2/"/>
|
|
<add key="DateTimeFormat" value="yyyy-MM-dd HH:mm:ss"/>
|
|
<add key="AssemblyBaseUrl" value="https://catswords.blob.core.windows.net/welsonjs/packages"/>
|
|
<add key="AssemblyIntegrityUrl" value="https://spare-yellow-cicada.myfilebase.com/ipfs/QmYL29Z7BRvE6dnL4HPKeNvJyNJrh2LnVhzo3k9bp3wBZf"/>
|
|
<add key="IntegrityHashCurl" value="23b24c6a2dc39dbfd83522968d99096fc6076130a6de7a489bc0380cce89143d"/>
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
|
</startup>
|
|
</configuration>
|