10000 Merge pull request #189 from greggman/patch-1 · sockjs/sockjs-node@ba4f62d · GitHub
[go: up one dir, main page]

Skip to content

Commit ba4f62d

Browse files
committed
Merge pull request #189 from greggman/patch-1
Add "no-transform" to the no_cache headers
2 parents cfee1f8 + 7845866 commit ba4f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webjs.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ exports.GenericApp = class GenericApp
175175
return content
176176

177177
h_no_cache: (req, res, content) ->
178-
res.setHeader('Cache-Control', 'no-store, no-cache, must-revalidate, max-age=0')
178+
res.setHeader('Cache-Control', 'no-store, no-cache, no-transform, must-revalidate, max-age=0')
179179
return content
180180

181181
expect_form: (req, res, _data, next_filter) ->

0 commit comments

Comments
 (0)
0