1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 18:41:19 -04:00

better tags

This commit is contained in:
2019-04-03 11:07:10 -04:00
parent 70b7998580
commit f6105af39f
2 changed files with 7 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ tags:
- Hacks - Hacks
- macOS - macOS
- Programming - Programming
- Technology
- Terminal - Terminal
- Tutorial
aliases: aliases:
- /2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/ - /2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/
draft: false draft: false

View File

@@ -1,12 +1,13 @@
--- ---
title: "Adding Security Headers Using Cloudflare Workers" title: "Adding Security Headers Using Cloudflare Workers"
date: 2019-04-02 03:18:10+00:00 date: 2019-03-30 03:18:10+00:00
description: "How to add important security headers to your website using Cloudflare Workers before delivering the response to the user." description: "How to add important security headers to your website using Cloudflare Workers before delivering the response to the user."
tags: tags:
- Security - Security
- HTTP Headers - HTTP Headers
- Cloudflare - Cloudflare
- Hosting - Hosting
- Tutorial
draft: false draft: false
--- ---