Protect your website from Clickjacking attack by implementing the X-Frame-Options header

X-Frame-Options Security Headers for Your Website The X-Frame-Options security header helps modern web browsers protect your visitors against clickjacking threats. This can be implemented to use DENY or SAMEORIGIN to allow your own website to use iframes. here this example for WordPress sites 1st method is edting wp-config.php Edit the wp-config.php file and add the … Read more

How to install and configure MailChannels in cPanel

MailChannels

This guide will help you to install MailChannels on CentOS 7 cPanel Server let’s get started Execute the following script to install the MailChannels Cpanel plugin [root@cloud ~]# wget https://s3.amazonaws.com/mailchannels-reseller/plugins/mailchannels-cpanel-v3-installer && bash mailchannels-cpanel-v3-installer output [root@cloud ~]# wget https://s3.amazonaws.com/mailchannels-reseller/plugins/mailchannels-cpanel-v3-installer && bash mailchannels-cpanel-v3-installer –2021-03-09 22:55:50– https://s3.amazonaws.com/mailchannels-reseller/plugins/mailchannels-cpanel-v3-installer Resolving s3.amazonaws.com (s3.amazonaws.com)… 52.216.185.125 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.185.125|:443… connected. HTTP request … Read more

How to install and configure Config Server Firewall (CSF) on CentOS 7

This guide will help you to install CSF Firewall on CentOS 7 cPanel Server let’s get started Before starting the installation make sure to Install the CSF dependencies. [root@cloud ~]# yum -y install wget perl unzip net-tools perl-libwww-perl perl-LWP-Protocol-https perl-GDGraph -y Now disabled default firewall (firewalld) on CentOS 7 , RHEL 7 and CloudLinux 7 … Read more