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
How does one express the arguments for the --whitelist option on the command line? I have tried several things, like:
root@26e3791d4e55:/# manet --whitelist wormbase.org
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist [wormbase.org]
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist (wormbase.org)
bash: syntax error near unexpected token `('
root@26e3791d4e55:/# manet --whitelist {wormbase.org}
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist {[wormbase.org]}
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist {\(wormbase.org\)}
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist staging.wormbase.org,www.wormbase.org
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "staging.wormbase.org,www.wormbase.org"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "staging.wormbase.org www.wormbase.org"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "[wormbase.org]"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "{[wormbase.org]}"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "{\(wormbase.org\)}"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "[\(wormbase.org\)]"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "[(wormbase.org)]"
error: "List of allowed sites (RegExps)" must be an array
root@26e3791d4e55:/# manet --whitelist "{(wormbase.org)}"
error: "List of allowed sites (RegExps)" must be an array
and obviously none of them work.
The text was updated successfully, but these errors were encountered:
Hello,
How does one express the arguments for the --whitelist option on the command line? I have tried several things, like:
and obviously none of them work.
The text was updated successfully, but these errors were encountered: