vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Support limiting data loading from external URLs #123

Closed jonmmease closed 9 months ago

jonmmease commented 9 months ago

A goal is to use vl-convert to replace vega-render-service, and the last (I believe) feature we need is the ability to limit the base URLs that are permitted to be used to reference external datasets.

See https://github.com/vega/vega-render-service/issues/6 and https://github.com/vega/vega-render-service/pull/15

I think we can follow the same approach of defining a custom data loader