From 4ece3616b53e829d2a0d0caf1a54a46b913d70bd Mon Sep 17 00:00:00 2001 From: megapro17 Date: Sun, 29 Dec 2019 23:29:22 +0300 Subject: [PATCH] private information leak --- Storing-HTML-locally.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Storing-HTML-locally.md b/Storing-HTML-locally.md index b7a8da8..053a11f 100644 --- a/Storing-HTML-locally.md +++ b/Storing-HTML-locally.md @@ -11,4 +11,15 @@ You can avoid this by saving the HTML using your browser.
Please notice that two files will be generated, a `.html` and a folder, they must be kept together. -![](https://i.imgur.com/sgjtOTD.gif)
\ No newline at end of file +![](https://i.imgur.com/sgjtOTD.gif)
+ +### **WARNING** +If you doing this, some browsers will write information where this page was saved, and this can contain some private information, like your system username and pathname. This does not apply to Mozilla Firefox. + +Example: +``` + + +``` + +If you don't want this, remove using notepad second line of the generated file. Also, you can use regex for Notepad++ to remove from all files: `.*saved from url.*\n` \ No newline at end of file