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

restore YAML frontmatter

This commit is contained in:
2025-03-16 15:35:01 -04:00
parent 99ec01de0a
commit 2b4a86a900
27 changed files with 385 additions and 193 deletions

View File

@@ -1,11 +1,17 @@
export const frontmatter = {
title: "Adding Security Headers Using Cloudflare Workers",
date: "2019-02-28 03:18:10-0400",
description:
"How to add important security headers to your website using Cloudflare Workers before delivering the response to the user.",
tags: ["Security", "HTTP Headers", "Cloudflare", "Hosting", "Tutorial"],
image: "security-headers.png",
};
---
title: Adding Security Headers Using Cloudflare Workers
date: "2019-02-28 03:18:10-0400"
description: >-
How to add important security headers to your website using Cloudflare Workers
before delivering the response to the user.
tags:
- Security
- HTTP Headers
- Cloudflare
- Hosting
- Tutorial
image: ./security-headers.png
---
![An A+ security grade for this website!](./security-headers.png)