cPFence
Hi, and thank you very much for the great work on WP-AutoShield and CPfence.
I understand the difficulty in applying security headers across different web server types. However, I noticed that some WordPress plugins, like Headers Security Advanced & HSTS WP, apply these headers via PHP (using the header() function and checking headers_sent()).
This method works regardless of the web server used (Nginx, Apache, LiteSpeed, etc.).
Would it be possible to implement something similar in a more general way, so it could apply to all sites? It wouldn’t require server-specific logic and would still offer an additional layer of security at the PHP level.
Once again, thank you for your continued improvements — WP-AutoShield is already an excellent tool!