On Sun, 17 Sep 2023 21:28:37 +0500 KaKooDa wrote:

> I'm really sorry. It was my own mistake listing "https://"; domain 
> instead of "http://"; domain. I'm also sorry again for I think I've sent 
> a few same consecutive emails :(


On Mon, 18 Sep 2023 08:35:51 +1000 Svetlana wrote:
> Do you think LibreJS should write a warning or notification when a script 
> almost matches like that - only one letter difference? Or otherwise just 
> apply script whitelists to both http or https?

technically, it was not any letters difference - only the networking protocol
was different (http/https) - the protocol, the domain name, and the resource
path are three distinct components of any URL - each is entirely unrelated to
the other two

Svetlana suggested the obvious solution - librejs should not care which
protocol is used or which is given to the whitelist - if the user specifies a
protocol, librejs should ignore it, and apply the rule to the domain and path
regardless of the protocol


Reply via email to