diff options
author | Sam Potts <me@sampotts.me> | 2015-07-31 21:32:12 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-07-31 21:32:12 +1000 |
commit | aad4a720dcb0755371c2c8062ae9e8286ba9f467 (patch) | |
tree | 879fbb2f3ff2f6321b3cb272d85f70cf2492b6d9 /gulpfile.js | |
parent | fe1989dea10dbb8ad7c4bf358d88c00b3592996e (diff) | |
download | plyr-aad4a720dcb0755371c2c8062ae9e8286ba9f467.tar.lz plyr-aad4a720dcb0755371c2c8062ae9e8286ba9f467.tar.xz plyr-aad4a720dcb0755371c2c8062ae9e8286ba9f467.zip |
Tooltip fix for NVDA
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 547bbcba..3edf9209 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -203,7 +203,7 @@ maxAge = 31536000, // seconds 1 year options = { cdn: { headers: { - "Cache-Control": "max-age=" + maxAge + ", no-transform, public", + "Cache-Control": "max-age=" + maxAge, "Vary": "Accept-Encoding" }, gzippedOnly: true |