I'm not sure, but I think it's to be with #178 .
I've seen an example using redirector to reorient https://data:// urls into data:// (to circumvent a fail of notion), but it seems redirector reinjects https:// before the result.
So instead of https://data://* going to data://$ it goes to https://data://$.
I'm not sure, but I think it's to be with #178 .
I've seen an example using redirector to reorient
https://data://urls intodata://(to circumvent a fail of notion), but it seems redirector reinjectshttps://before the result.So instead of
https://data://*going todata://$it goes tohttps://data://$.