How to add Expect-CT Security Header

There are following below methods to add Expect-CT Security Header in Apache or NGINX or .HTACCESS [1] How to add in Nginx configuration file There are following code need to add in Nginx configuration file add_header set Expect-CT: max-age=604800, enforce, report-uri=”https://www.example.com/report”; [2] How to add in Apache configuration file There are following code need to … Continue reading How to add Expect-CT Security Header