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
Currently, the baselines are fetched from https://bl.vx.arra.cloud/. Vertex should provide a way to add custom sources for custom baselines.
This can be solved easily by adding a list of URLs to fetch, have a default URL to fetch, and allow to add new URLs to this list.
Why is this needed?
Avoid single point of failure: if the domain is unreachable for any reasons, the only current way to update Vertex is to download again from GitHub, which is not trivial.
People may want to create their own baselines, or use their own URL to provide custom baselines.
The text was updated successfully, but these errors were encountered:
Request
Currently, the baselines are fetched from https://bl.vx.arra.cloud/. Vertex should provide a way to add custom sources for custom baselines.
This can be solved easily by adding a list of URLs to fetch, have a default URL to fetch, and allow to add new URLs to this list.
Why is this needed?
The text was updated successfully, but these errors were encountered: