-
@hsablonniere @anthony_ricaud With Apache, some content types are based on extensions: github.com/nhoizey/nicolas-hoizey.com/blob/master/src/.htaccess#L118-L157 Extensions also used to unset CSP on resources other than documents (ugly): github.com/nhoizey/nicolas-hoizey.com/blob/master/src/.htaccess#L367-L379 Compression uses content type: github.com/nhoizey/nicolas-hoizey.com/blob/master/src/.htaccess#L474-L508 As do Expire: github.com/nhoizey/nicolas-hoizey.com/blob/master/src/.htaccess#L559-L652 🤷♂️