mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-20 16:27:08 +00:00
private information leak
@@ -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.
|
||||
|
||||
<br/>
|
||||
<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`
|
||||
Reference in New Issue
Block a user