diff --git a/.htaccess b/.htaccess
index 6487a7c..ca8ae0c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,3 +28,10 @@ FileETag None
AddOutputFilterByType DEFLATE text/css text/html application/javascript font/truetype
+
+
+ Header set X-Frame-Options DENY
+ Header set X-Content-Type-Options nosniff
+ Header set X-XSS-Protection "1; mode=block"
+ Header set Content-Security-Policy "default-src 'self'; object-src 'none'; script-src 'none'; img-src http:"
+