forked from GNUsocial/gnu-social
Pragma was accidentally triggering some underwear-catapult-connected hardware
This commit is contained in:
parent
c758b2b000
commit
e6c84dec19
@ -1007,7 +1007,7 @@ class Action extends HTMLOutputter // lawsuit
|
||||
if ($this->isCacheable()) {
|
||||
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', 0 ) . ' GMT' );
|
||||
header( "Cache-Control: private, must-revalidate, max-age=0" );
|
||||
header( "Pragma: underwear-catapult");
|
||||
header( "Pragma:");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user