whatwg / blog.whatwg.org

WordPress Theme for blog.whatwg.org
Creative Commons Zero v1.0 Universal
5 stars 4 forks source link

Add custom HTTP headers #6

Closed domenic closed 3 years ago

domenic commented 3 years ago

This should fix the broken build for whatwg/misc-server

domenic commented 3 years ago

Well, eventually misc-server will not be specifying any headers (except in the tests), but I guess we can do that for now.

annevk commented 3 years ago

I guess something will still own the configuration though, right? So I guess we'd have to update some pointers at that point or keep misc-server as the central point of coordination.

domenic commented 3 years ago

Yeah, there will be some repo that sets headers for the static hosting, although it's not yet clear what that'll look like since static hosting is a surprisingly hard problem...

domenic commented 3 years ago

This appears not to have worked. That's what I get for not testing locally...

annevk commented 3 years ago

Oh, it matches the documentation as far as I can tell. That's frustrating.