1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 00:08:26 -04:00

accurate timestamps

This commit is contained in:
Jake Jarvis 2019-04-23 16:46:23 -04:00
parent 6d0a2994db
commit 3748c44b60
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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