diff --git a/Troubleshooting.md b/Troubleshooting.md index db9bbff..7be2a23 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -25,11 +25,6 @@ let g:vmt_insert_anchors = 1 let g:vmt_auto_update_on_save = 1 ---------------- The above will mean the TOC is updated on each file save. - -To manually remove just use :RemoveToc - -Then to add it back :GenTocRedCarpet ---> * [I ran the program with "run as Administrator" and ...](#i-ran-the-program-with-quot-run-as-administrator-quot-and) @@ -45,6 +40,7 @@ Then to add it back :GenTocRedCarpet * [Error: User not found](#error-user-not-found) * [Error: Missing credentials](#error-missing-credentials) * [unable to get endpoint /profile (or /market, or /shipyard)](#unable-to-get-endpoint-profile-or-market-or-shipyard) + * [Chrome complains after approving on Frontier's site](#chrome-complains-after-approving-on-frontier-39-s-site) * [Third Party Site Plugins (EDSM, EDDB, Inara)](#third-party-site-plugins-edsm-eddb-inara) * [Credentials settings are greyed out](#credentials-settings-are-greyed-out) * [Help - a plugin is spamming errors in the log](#help-a-plugin-is-spamming-errors-in-the-log) @@ -73,6 +69,11 @@ Then to add it back :GenTocRedCarpet +To manually remove just use :RemoveToc + +Then to add it back :GenTocRedCarpet +--> + @@ -247,6 +248,18 @@ Unless this **always** happens for you (in which case you might need to adjust some firewall settings) it's likely a problem at Frontier's end. + + + + + +## Chrome complains after approving on Frontier's site +Chrome, at least from version 87, will complain "The information you're about +to submit is not secure" after you approve this application on Frontier's +website during the callback to a URL beginning `edmc://` . + +You can simply click 'Send anyway', there's nothing nefarious going on. + ---