From 3748c44b608de522dfd1d70ba2be6a50ccd71d5b Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 23 Apr 2019 16:46:23 -0400 Subject: [PATCH] accurate timestamps --- content/notes/css-waving-hand-emoji/index.md | 2 +- content/notes/finding-candidates-subdomain-takeovers/index.md | 2 +- content/notes/security-headers-cloudflare-workers/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/notes/css-waving-hand-emoji/index.md b/content/notes/css-waving-hand-emoji/index.md index 6905d119..3023b651 100644 --- a/content/notes/css-waving-hand-emoji/index.md +++ b/content/notes/css-waving-hand-emoji/index.md @@ -1,6 +1,6 @@ --- title: "Animated Waving Hand Emoji 👋 Using CSS" -date: 2019-04-11 14:20:10-0400 +date: 2019-04-17 14:20:10-0400 description: "How to make the 👋 waving hand emoji actually wave using pure CSS animation!" tags: - CSS diff --git a/content/notes/finding-candidates-subdomain-takeovers/index.md b/content/notes/finding-candidates-subdomain-takeovers/index.md index e911ea13..fef58021 100644 --- a/content/notes/finding-candidates-subdomain-takeovers/index.md +++ b/content/notes/finding-candidates-subdomain-takeovers/index.md @@ -1,6 +1,6 @@ --- title: "Finding Candidates for Subdomain Takeovers" -date: 2019-02-10 11:19:48-0400 +date: 2019-03-10 11:19:48-0400 description: "A subdomain takeover occurs when a subdomain points to a shared hosting account that is abandoned by its owner, leaving the endpoint available to claim for yourself." tags: - Pentesting diff --git a/content/notes/security-headers-cloudflare-workers/index.md b/content/notes/security-headers-cloudflare-workers/index.md index 75333ec8..c7c401a9 100644 --- a/content/notes/security-headers-cloudflare-workers/index.md +++ b/content/notes/security-headers-cloudflare-workers/index.md @@ -1,6 +1,6 @@ --- title: "Adding Security Headers Using Cloudflare Workers" -date: 2019-03-30 03:18:10-0400 +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