Quote:
Originally Posted by DaltonST
So, the link you clicked either specified https: instead of http:, or it specified nothing but the site.
If you override http:, it works only for http.
|

bingo.
Somewhere along the way I got the impression that http would cover https. I assume I can have?
Code:
job_spy_notes_viewer_protocol_default_apps = {
'https:': 'C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe',
'http:': 'C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'
}
And… this only works for protocols, not for file types -- right?
You might want to check what's happening with dead file links
BR