Headers configuration

Would it be possible to not send specific Header for specific path, let’s say I want to use Link header for every request(/*) but when it ends with .jpg I want to delete(reset that header. not append to it),
Would that be possible?
-thanks

@PH4NTOMiki, please try adding the more specific rule (for .jpg) before the general rule for all other paths in the netlify.toml file.

This should cause the .jpg specific rule to apply to those files and the general rule for all others.

If this doesn’t work and/or there are other questions, please let us know.