You've already forked AstralRinth
forked from didirus/AstralRinth
Always use https for wsrv.nl usage (#41)
This commit is contained in:
@@ -131,7 +131,7 @@ export const md = (options = {}) => {
|
||||
} catch (err) {
|
||||
/* empty */
|
||||
}
|
||||
token.attrs[index][1] = `//wsrv.nl/?url=${encodeURIComponent(src)}`
|
||||
token.attrs[index][1] = `https://wsrv.nl/?url=${encodeURIComponent(src)}`
|
||||
}
|
||||
|
||||
return defaultImageRenderer(tokens, idx, options, env, self)
|
||||
|
||||
Reference in New Issue
Block a user