disable paywall
Some checks are pending
Sync Repo / git-sync (push) Waiting to run

This commit is contained in:
2026-03-26 20:03:17 +01:00
parent 62d97413bc
commit 2ffd3a64cb
4 changed files with 32 additions and 3 deletions

View File

@@ -683,7 +683,7 @@ export class LegacyApiService
throw Error('Cannot download offline repo without url and offlineKEy')
}
const TRUSTED_FEATURE_HOSTS = ['api.standardnotes.com', 'localhost']
const TRUSTED_FEATURE_HOSTS = ['api.standardnotes.com', 'localhost', 'apinotes.radmit.pl']
const { hostname } = new URL(featuresUrl)