View Single Post
Old 03-20-2023, 05:39 PM   #914
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,861
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by DaltonST View Post
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

Last edited by BetterRed; 03-20-2023 at 06:14 PM.
BetterRed is offline   Reply With Quote