What value should X-Content-Type-Options be set to?
The only valid, meaningful value is nosniff. Despite the header's plural name there is no list of options; you either send X-Content-Type-Options: nosniff to disable MIME sniffing or you omit the header entirely. Any other value is ignored by browsers, so the control is effectively on or off.