joshbtn / excelFormulaUtilitiesJS

This library contains methods to beautify an excel formula. This library also contains functions to convert an excel formula to JavaScript (ECMAScript) or C# and python.
http://excelformulabeautifier.com/
Other
394 stars 101 forks source link

Support for https #65

Closed glawrence closed 3 years ago

glawrence commented 6 years ago

Great work with http://excelformulabeautifier.com/ thanks for doing this. However, it would be nice to see an https version, even if that was on https://excelformulabeautifier.github.io/ or something

joshbtn commented 6 years ago

I actually just use git pages to host the static files. I'll have to dive in to see if this is an option with a custom domain. Seems like a nice feature to have and will be a good excuse to learn more about git pages.

9mido commented 3 years ago

Can we please have this become HTTPS? It would be nice to be able to share this link but the fact that is is HTTP and not secure makes people think that you are sending them malware.

https://github.blog/2018-05-01-github-pages-custom-domains-https/

joshbtn commented 3 years ago

Walked though these instructions https://docs.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https. It seems to be working with https me now. I ended up adding a www. to the mix, seemed to fix some warnings I was seeing, not 100% sure it was needed though.