Changeset 2797:4a5f0d16acd2 for inc/public/lib.urlhandlers.php
- Timestamp:
- 11/17/14 10:30:07 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.urlhandlers.php
r2770 r2797 110 110 111 111 header('Content-Type: '.$_ctx->content_type.'; charset=UTF-8'); 112 113 if ($core->blog->settings->system->prevents_clickjacking) { 114 // Prevents Clickjacking as far as possible 115 header('X-Frame-Options: SAMEORIGIN'); // FF 3.6.9+ Chrome 4.1+ IE 8+ Safari 4+ Opera 10.5+ 116 } 117 112 118 $result['content'] = $core->tpl->getData($_ctx->current_tpl); 113 119 $result['content_type'] = $_ctx->content_type;
Note: See TracChangeset
for help on using the changeset viewer.