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
Currently, if you use a string to mark an allowed or blocked domain/url
you get a noisy deprecation warning about the use of strings for these
parameters. This change updates the instructions to specify the use of
regexes instead which conforms to what Ferrum's code seems to expect
(`pattern`) and silences the warning.
0 commit comments