Title: Security Headers
Last modified: July 2, 2017

---

# Security Headers

 *  Resolved Anonymous User 14978628
 * (@anonymized-14978628)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/security-headers-3/)
 * Hi, there is an excellent article about security headers and how to test them
   on keycdn website:
 * [https://www.keycdn.com/blog/http-security-headers/](https://www.keycdn.com/blog/http-security-headers/)
 * But if i use the cache enabler plugin made by keycdn none of these headers work!
 * Can you please whitelist all security headers asap so that this plugin can be
   used with them?
 * Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/security-headers-3/#post-9281380)
 * You can achieve this with the advanced configuration snippets, which allows you
   to fully customize the response headers: [https://www.keycdn.com/support/wordpress-cache-enabler-plugin/#advanced-configuration](https://www.keycdn.com/support/wordpress-cache-enabler-plugin/#advanced-configuration)
 *  Thread Starter Anonymous User 14978628
 * (@anonymized-14978628)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/security-headers-3/#post-9281460)
 * ok, do i need to specifically whitelist the security headers? And if so how? 
   As when i copied the advanced configuration section into my htaccess and tested
   the headers there were still no security headers present.
 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/security-headers-3/#post-9281471)
 * You need to add them as per your needs. Here an example that you can add before
   the snippets:
 *     ```
       # Extra Security Headers
       <IfModule mod_headers.c>
       	Header set X-XSS-Protection "1; mode=block"
       	Header always append X-Frame-Options SAMEORIGIN
       	Header set X-Content-Type-Options nosniff
       </IfModule>
       ```
   
 *  Thread Starter Anonymous User 14978628
 * (@anonymized-14978628)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/security-headers-3/#post-9282125)
 * That helped, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Security Headers’ is closed to new replies.

 * ![](https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cache-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cache-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cache-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cache-enabler/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: Anonymous User 14978628
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/security-headers-3/#post-9282125)
 * Status: resolved