platform: modularize api/gui, add docs-tests-web foundation, and refresh root config
This commit is contained in:
31
scripts/transport-packaging/source_policy.production.json
Normal file
31
scripts/transport-packaging/source_policy.production.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"updated_at": "2026-03-07T18:00:00Z",
|
||||
"require_https": true,
|
||||
"allow_file_scheme": false,
|
||||
"allowed_schemes": ["https"],
|
||||
"default_allowed_hosts": [],
|
||||
"default_allowed_url_prefixes": [],
|
||||
"signature": {
|
||||
"default_mode": "optional",
|
||||
"allowed_types": ["openssl-sha256"]
|
||||
},
|
||||
"components": {
|
||||
"singbox": {
|
||||
"allowed_url_prefixes": [
|
||||
"https://github.com/SagerNet/sing-box/releases/download/"
|
||||
]
|
||||
},
|
||||
"phoenix": {
|
||||
"allowed_url_prefixes": [
|
||||
"https://github.com/Fox-Fig/phoenix/releases/download/"
|
||||
]
|
||||
},
|
||||
"dnstt": {
|
||||
"allowed_url_prefixes": [
|
||||
"https://dnstt.network/"
|
||||
],
|
||||
"signature_mode": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user