sebferre / sparklis

Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Apache License 2.0
41 stars 10 forks source link

Provide external resources on the webapp host to make it more GDPR conform #18

Open simontaurus opened 4 weeks ago

simontaurus commented 4 weeks ago

Currently some external dependencies are loaded here from third-party servers: https://github.com/sebferre/sparklis/blob/bc7bee4c0b3b86f4746e8529e590f9f6b9689ad0/webapp/osparklis.html#L16-L27

As a minor issue this exposed the IP address of the client to those third-party servers and requieres them to be available / reachable.

Would it be an option to includes those external resources in the webapp in order to load them from the same host as the custom resources (e.g. html files) ? If yes, do you accept pull requests?