Explore >> Select a destination


You are here

paramdeo.com
| | kieranmcguire.uk
1.0 parsecs away

Travel
| | Refining my security headers setup with Netlify... again.
| | kimchiii.space
1.4 parsecs away

Travel
| | Proper HTTP response headers can help prevent security vulnerabilities like Cross-Site Scripting (XSS), clickjacking, information disclosure and more
| | ole.michelsen.dk
2.2 parsecs away

Travel
| | Protect your website against cross-site scripting (XSS) with a content security policy (CSP) with a custom header in Apache, nginx or IIS.
| | coornail.net
46.2 parsecs away

Travel
| Cloudfront enables you to host your static website via s3. You should set your root object to index.html to rewrite https://yourdomainname.com to https://yourdomainname.com/index.html for cleaner urls. However you might run into an issue of having subdirectories in your s3 bucket that you want to do the same for (for example on hosting a hugo blog). Unfortunately Cloudfront doesnt support this by default.