summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_browser_refresh_non_cacheable.sjs
blob: 9b5a39abed5adb9b6d4684c89bf338438c8de333 (plain)
1
2
3
4
5
6
"use strict";

function handleRequest(request, response) {
  response.setHeader("Content-Type", "text/html", false);
  response.setHeader("Cache-Control", "no-store");
}