Index: trunk/extensions/BotQuery/query.php |
— | — | @@ -650,6 +650,7 @@ |
651 | 651 | $printer = $this->outputGenerators[$this->format][GN_FUNC]; |
652 | 652 | $mime = $this->outputGenerators[$this->format][GN_MIME]; |
653 | 653 | header( "Content-Type: $mime; charset=utf-8;" ); |
| 654 | + header( "Cache-Control: private, s-maxage=0, max-age=0" ); |
654 | 655 | if( !$isError ) { |
655 | 656 | if( !$this->enableProfiling && array_key_exists( 'perf', $this->data )) { |
656 | 657 | $perf =& $this->data['perf']; |