neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

Update http:// to https:// URLs for *.neo4j.(com|org) #55

Open ctfaccount opened 5 years ago

ctfaccount commented 5 years ago

Please can you update all unencrypted HTTP URLs to encrypted HTTPS versions in Neo4j Desktop?

This can also improve page load times if you support HTTP/2

# For Neo4j Desktop Version 1.1.17 (1.1.17.1302) on MacOS 10.14.3, using a very basic regex. There are likely other subdomains I've missed e.g. http://udc.neo4j.org

grep -E -r --text --only-matching "http://([a-z]+\.)?neo4j\.[a-z]+" /Applications/Neo4j\ Desktop.app/ | sort | uniq -c | sort -n -r
 136 /Applications/Neo4j Desktop.app//Contents/Resources/app.asar:http://neo4j.com
  62 http://neo4j.com
   5 /Applications/Neo4j Desktop.app//Contents/Resources/app.asar:http://dist.neo4j.org
   1 http://dist.neo4j.org
   1 /Applications/Neo4j Desktop.app//Contents/Resources/app.asar:http://support.neo4j.com
   1 /Applications/Neo4j Desktop.app//Contents/Resources/app-update.yml:http://dist.neo4j.org
Metaur commented 5 years ago

@ctfaccount Thanks for the report!