From f6105af39f6e1b635e9190255b460dda5ffdb2c0 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 3 Apr 2019 11:07:10 -0400 Subject: [PATCH] better tags --- .../index.md | 2 +- .../security-headers-cloudflare-workers/index.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/notes/cool-bash-tricks-for-your-terminal-dotfiles/index.md b/content/notes/cool-bash-tricks-for-your-terminal-dotfiles/index.md index b9f8dc3c..9e443c38 100644 --- a/content/notes/cool-bash-tricks-for-your-terminal-dotfiles/index.md +++ b/content/notes/cool-bash-tricks-for-your-terminal-dotfiles/index.md @@ -7,8 +7,8 @@ tags: - Hacks - macOS - Programming - - Technology - Terminal + - Tutorial aliases: - /2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/ draft: false diff --git a/content/notes/security-headers-cloudflare-workers/index.md b/content/notes/security-headers-cloudflare-workers/index.md index 1f54d4d8..10c2079c 100644 --- a/content/notes/security-headers-cloudflare-workers/index.md +++ b/content/notes/security-headers-cloudflare-workers/index.md @@ -1,12 +1,13 @@ --- 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." tags: -- Security -- HTTP Headers -- Cloudflare -- Hosting + - Security + - HTTP Headers + - Cloudflare + - Hosting + - Tutorial draft: false ---