private static function setStrictNoCache(RemoteContentRequest $response)
 {
     $response->setResponseHeader('Pragma', 'no-cache');
     $response->setResponseHeader('Cache-Control', 'no-cache');
 }