What do I enter here to block a url? So far I tried:
[hash] www.url.com
I actually used hash symbol, but markdown just makes the text bold if I use a # so I had to write it out to demonstrate
Anyway, that didn't work. I don't want to have to learn YAML just to do this, just the exact syntax needed to enter urls so that they will be blocked here.
Can we add realrawnews and whatever the fuck that ebolanews site is
Edit: that'd be ebolaoutbreakmap
YAML is usually like JSON with less syntactical glitter. For example:
/* header is object description */
variable: value
“# this is a comment”
Thanks for your help. This is what worked in the end:
--- # url:
Whatever application that is, is there an API guide somewhere that might give a few examples. That way you can just use the same syntax shown.
I looked at: https://json-schema-everywhere.github.io/yaml
try
url: www.sitename.com
url: www.spammerjerks.com
and so on.
Thanks for your help. This is what worked in the end:
--- # url:
Yeah, those posts gave me cancer and ebola. Also diarrhea.
What do I enter here to block a url? So far I tried:
I actually used hash symbol, but markdown just makes the text bold if I use a # so I had to write it out to demonstrate
Anyway, that didn't work. I don't want to have to learn YAML just to do this, just the exact syntax needed to enter urls so that they will be blocked here.
first line starts with 3x '-'
after that one url per line
'#' will mark the line as comment and will be ignored
*edit: this is the minimal/basic syntax, if that doesn't work you have to ask some admin how the file is parsed
Thanks for your help. This is what worked in the end:
--- # url: