Servers

Implementing Security Headers with Cloudflare - An Administrator’s Guide

Implementing Security Headers with Cloudflare - An Administrator’s Guide

Browser-enforced security headers remain a critical layer of defence, even when application and server hardening are in place. HTTP security headers mitigate common client-side risks such as clickjacking, referrer leakage, MIME sniffing, and excessive browser feature access. Cloudflare enables administrators to apply these controls at…

How to Handle Unstable Connections and Resume Downloads with Wget

Wget is a powerful command-line utility used by server administrators to download files over HTTP, HTTPS, and FTP. It’s especially useful when working on servers without a graphical interface or when automating tasks via scripts. In this guide, we’ll explore three common use cases that…

Secure AWS SES Email Sending - Policy Design & Implementation Guide

Secure AWS SES Email Sending - Policy Design & Implementation Guide

Amazon Simple Email Service (SES) is a powerful tool for sending transactional emails, but misconfigured policies can lead to abuse, such as phishing attacks or spam campaigns. This article explains how to create a secure SES policy that balances flexibility and security, while preventing unauthorised…

How to Add and Sync a Redirects File in Publii for Cloudflare Pages

How to Add and Sync a Redirects File in Publii for Cloudflare Pages

Managing redirects and ensuring smooth updates to your website is crucial for maintaining SEO and providing a seamless user experience. This blog post will guide you through adding a _redirects file in Publii, syncing changes to GitHub, and automatically pushing updates to Cloudflare Pages. Step…