Closed andykais closed 5 years ago
input names & scraper names are used in handlebars templates and sql execution. Less for security and more for sanity checks, they should prevent weird inputs like "+" or "" and inputs should not use reserved names like value and index.
"+"
""
value
index
input names & scraper names are used in handlebars templates and sql execution. Less for security and more for sanity checks, they should prevent weird inputs like
"+"
or""
and inputs should not use reserved names likevalue
andindex
.