Update website

This commit is contained in:
Chris Josten 2021-03-25 18:35:08 +01:00
parent e385a3bdde
commit c0bf4d8978
12 changed files with 211 additions and 11 deletions

View file

@ -0,0 +1,10 @@
title: File access demo
slug: http-file-demo
hidden: true
author: Chris Josten
firstPublished: 2021-2-10 15:30:00
---
Modern browsers block access to `file://` URLs from webpages that are not "hosted" on `file://`.
[This URL that points towards /etc/passwd should NOT work](file:///etc/passwd).