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:
@@ -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
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user