Wildcards in Lists #546
-
I tried using wildcards in the Canvas Blocker whitelist and it doesn't seem to be working. Can you confirm if wildcards are supported or not? Some examples of items I would like to whitelist:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Wildcards are not supported in CanvasBlocker. But it supports regular expressions. So you could use |
Beta Was this translation helpful? Give feedback.
-
This makes CF active only for foo.com (and its subdomains) and sub.bar.com: |
Beta Was this translation helpful? Give feedback.
Wildcards are not supported in CanvasBlocker. But it supports regular expressions. So you could use
^https?://10\.\d+\.\d+\.\d
or^https?://[^/]+\.lan
.