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)

View File

@@ -60,7 +60,7 @@ export class FeaturesService
private getFeatureStatusUseCase = new GetFeatureStatusUseCase(this.items)
private readonly PROD_OFFLINE_FEATURES_URL = 'https://api.standardnotes.com/v1/offline/features'
private readonly PROD_OFFLINE_FEATURES_URL = 'https://apinotes.radmit.pl/v1/offline/features'
constructor(
private storage: StorageServiceInterface,