google / webpackager

Apache License 2.0
71 stars 20 forks source link

Strip link headers that are not preload. #63

Closed banaag closed 3 years ago

banaag commented 3 years ago

Drop the link header altogether unless it's preload as per https://github.com/google/webpackager/blob/master/docs/cache_requirements.md.

Since some Link headers are seen as semantic, I think it's worth creating a toml config for it (default on).

banaag commented 3 years ago

Creating a separate issue for creating a toml config for this.