Commit b3b0d36
authored
Docs: Update url allow/block instructions (#265)
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.1 parent 9e2788f commit b3b0d36
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments