Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class XFrameOptionHeader extends Zend_Controller_Plugin_Abstract
  2. {
  3. public function dispatchLoopStartup(Zend_Controller_Request_Abstract $request)
  4. {
  5. $this->_response->setHeader('X-FRAME-OPTIONS', 'DENY');
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement