FSN#37512 PENTEST 4.3.5 Minder caching van asp bestanden

svn path=/Website/trunk/; revision=30392
This commit is contained in:
Jos Groot Lipman
2016-08-23 14:21:36 +00:00
parent 347bffb65a
commit ad606f11d0

View File

@@ -58,9 +58,8 @@ if (JSON_Result)
Response.Expires = this.FCLTEXPIRES||-1; // Do not cache our ASP files
// We willen de private verwijderen maar die komt er alleen zo *bij*
//if (!this.FCLTEXPIRES)
// Response.AddHeader ("Cache-Control", "no-cache, no-store");
if (!this.FCLTEXPIRES)
Response.CacheControl = "no-cache, no-store";
Response.AddHeader ("X-Content-Type-Options", "nosniff");
settings.loadSET();