7coil / DiscordForOffice

Discord Rich Presence for Microsoft Office (2013 and above, Office 365)
https://leondrolio.com/projects/discordforoffice/
MIT License
162 stars 12 forks source link

[SUGGESTION] Encrypt site with Let's Encrypt [SUGGESTION] #13

Closed Wiesmak closed 4 years ago

Wiesmak commented 4 years ago

no more adding to trusted sites. and... it's totally free!

7coil commented 4 years ago

The site is already "encrypted", and is already using Let's Encrypt.

For VSTO solutions from the internet, AuthenticodeRequired is enabled, which means the software needs to be signed with a suitable code signing certificate in order to display the trust prompt. By adding the website to trusted sites, the software can display the ClickOnce trust prompt and allow the end user to run the software.

7coil commented 4 years ago

Read more here: https://docs.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior?view=vs-2019