Update website
This commit is contained in:
parent
e385a3bdde
commit
c0bf4d8978
12 changed files with 211 additions and 11 deletions
10
articles/03-http-file-demo.yamd
Normal file
10
articles/03-http-file-demo.yamd
Normal 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).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue