vega / schema

JSON schema for Vega and Vega-Lite
https://vega.github.io/schema/
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Fix for schema URLs modified by security proxies. #4

Closed abierbaum closed 3 years ago

abierbaum commented 3 years ago

I am using vega within a strictly secured network enclave. This includes an appliance in the middle that rewrites all URLs such that they go through a proxy. This even includes modification of schema URLs that are embedded in application source code.

This change allows vega-schema-url-parser to work in these cases. It simply removes the requirement that schema has to be immediately prefixed by a '/'.

domoritz commented 3 years ago

Released as 2.2.0