NVSL/cfiddle

Perform checks for valid configuration option names.

Opened this issue · 0 comments

You should not be able to set a non-existent configuration option:

set_config("not_an_option")

Should raise an exception to prevent misspelled options from silently being ignored.