mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 21:01:18 -04:00
assume images should be centered for now
This commit is contained in:
@@ -31,7 +31,6 @@ In 2019, it's becoming more and more important to harden websites via HTTP respo
|
||||
[Cloudflare Workers](https://www.cloudflare.com/products/cloudflare-workers/) are a great feature of [Cloudflare](https://www.cloudflare.com/) that allows you to modify responses on-the-fly between your origin server and the user, similar to [AWS Lambda](https://aws.amazon.com/lambda/) (but much simpler). We'll use a Worker to add the headers.
|
||||
|
||||
<Image
|
||||
className="center"
|
||||
src="/static/images/notes/security-headers-cloudflare-workers/cf-workers.png"
|
||||
width="650"
|
||||
height="325"
|
||||
|
Reference in New Issue
Block a user