Protected
Readonly
Returns URL patterns that should be allowed through the backend request facade. Patterns are matched against request URLs.
Supports:
https://open-vsx.org
https://*.github.com
Only http: and https: schemes are permitted.
http:
https:
Returns URL patterns that should be allowed through the backend request facade. Patterns are matched against request URLs.
Supports:
https://open-vsx.org(allows any path under this origin)https://*.github.com(allows any subdomain)Only
http:andhttps:schemes are permitted.