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.
-
\ No newline at end of file
+
+
+### **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