neo4j-contrib / graphgist-portal-v3

GraphGist Portal v3 (JavaScript)
Apache License 2.0
5 stars 4 forks source link

Disallow link on http resources #30

Open ggrossetie opened 3 years ago

ggrossetie commented 3 years ago

The following GraphGists are loading resources from http (insecure)

If not, we could use a Tree Processor extension to replace http://i.imgur.com/... by https://i.imgur.com/....

The goal is to remove mixed content: https://web.dev/what-is-mixed-content/