You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[4505] gives some examples to disable RFP by domain:
/* 4505: disable RFP by domain [FF91+]
* [NOTE] Working examples: "arkenfox.github.io", "*github.io"
* Non-working examples: "https://arkenfox.github.io", "github.io", "*arkenfox.github.io" ***/
This may (probably) sound silly, but all the examples given are separated from each other, which could give the wrong impression that it's impossible to provide a list of domains. I think it's sufficient to separate them with a comma, but is that really the case? Perhaps it would be possible to add an example of domain lists to the working examples? For example: *[NOTE] Working examples: "arkenfox.github.io", "*github.io", "*domain1.tld,*domain2.tld"...