I’m trying to update browser compatibility for Content Security Policy. The Compat() macro call is to http.headers.csp. Yet when I looked in I didn’t find a csp.json. I did find a content-security-policy.json.
Am I misunderstanding how links to compatibility data work, or is there a redirect somewhere?
I think the name of the JSON files doesn’t matter, or even how the data is split up among files or how it is organized. There’s some code that walks through all the JSON files building it into a single tree. You can then fetch a piece of the tree using a string of dot-separated identifiers.
Is this documented somewhere obvious? I suspected that was the case, but since for every instance I had seen until now there was a 1:1 correspondence between object name and path, I wanted to be sure.