1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 23:20:51 -05:00

restore image captions in markdown with a "clever" (messy) css hack

This commit is contained in:
2025-03-20 12:00:04 -04:00
parent 3388da2d50
commit b626955731
34 changed files with 413 additions and 455 deletions

View File

@@ -14,6 +14,7 @@ image: ./security-headers.png
---
![An A+ security grade for this website!](./security-headers.png)
_An [A+ security grade](https://securityheaders.com/?q=jarv.is&followRedirects=on) for this website!_
In 2019, it's becoming more and more important to harden websites via HTTP response headers, which all modern browsers parse and enforce. Multiple standards have been introduced over the past few years to protect users from various attack vectors, including `Content-Security-Policy` for injection protection, `Strict-Transport-Security` for HTTPS enforcement, `X-XSS-Protection` for cross-site scripting prevention, `X-Content-Type-Options` to enforce correct MIME types, `Referrer-Policy` to limit information sent with external links, [and many, many more](https://www.netsparker.com/whitepaper-http-security-headers/).