private information leak

megapro17
2019-12-29 23:29:22 +03:00
parent 3017a8d2b4
commit 4ece3616b5

@@ -11,4 +11,15 @@ You can avoid this by saving the HTML using your browser.<br/>
Please notice that two files will be generated, a `.html` and a folder, they must be kept together.
![](https://i.imgur.com/sgjtOTD.gif)<br/>
![](https://i.imgur.com/sgjtOTD.gif)<br/>
### **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:
```
<!DOCTYPE html>
<!-- saved from url=(0311)file:///C:/Users/username/Desktop/Page.html -->
```
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`