FSN#37512 PENTEST 4.3.5 Minder caching van asp bestanden
svn path=/Website/trunk/; revision=30392
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user