You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
This function uses
HttpService.getJson()to fetch an external resource.The function must be changed so that it doesn't load the resource if it already exists in the array.
TODO
Possible security issue
There might be an (security) bug if the referenced address would return something that isn't named with the URL itself.
So we probably would need to either:
The name and extends would need to match anyway.