pgonzaleznetwork / HappySoup.io

The best way to visualize your salesforce dependencies
MIT License
203 stars 36 forks source link

feature/adding mil domains #233

Closed MichaelPStimpson closed 1 year ago

MichaelPStimpson commented 1 year ago

Attempting to add support for non .com URLs (IE: '.mil')

I need to run a regex to verify any .com checks through out the rest of the repo before merging...

pgonzaleznetwork commented 1 year ago

Thank you @MichaelPStimpson for this PR! I had no idea about this domain.

Do you think military orgs will use HappySoup? That'd be concerning for their security. I think those orgs would naturally not use a "random" free app.

They can always use the Docker version

MichaelPStimpson commented 1 year ago

@pgonzaleznetwork We had gotten a temporary exception, but in general you are correct! The docker version is a much better idea, thank you! 😄