Closed
Description
Kenny MacLeod opened SPR-6834 and commented
The HTTP 1.1 RFC defines an optional "no-transform" value for the Cache-Control
response header:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.5
Mobile web sites are generally recommended to set this header to prevent transcoders from mangling the markup.
Can we have support for this header value added to WebContentGenerator
? It already has support for no-store
and no-cache
, so it would seem a logical place for it to go.
Affects: 3.0 GA
This issue is a sub-task of #16413
Referenced from: commits 38f32e3
1 votes, 4 watchers