Theia API Documentation v1.73.0
    Preparing search index...
    interface BackendRequestAllowedContribution {
        getAllowedUrlPatterns(): MaybePromise<string[]>;
    }

    Implemented by

    Index

    Methods

    • Returns URL patterns that should be allowed through the backend request facade. Patterns are matched against request URLs.

      Supports:

      • Exact base URLs: https://open-vsx.org (allows any path under this origin)
      • Wildcard subdomains: https://*.github.com (allows any subdomain)

      Only http: and https: schemes are permitted.

      Returns MaybePromise<string[]>