Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ You can take back control of your data incrementally. That said, we encourage yo
## General principles

The goal of the tool is to produce a data set that is self-contained and directly usable. As such, we do not want to rely on third-party
services that can disappear at anytime. That's why as much as we can, we try to resolve short URLs to their final
target.
services that can disappear at anytime. That's why as much as we can, we try to resolve short URLs to their final target.

We also do not want to promote trackers. When using Twitter oembed for example, we sanitize the provided HTML and
thus we do not includes the `widget.js` Javascript tags. If we embed third-party content as a convenience (for playing
videos inline for example), it will be asynchonously, on user demand. This, thus will be compliant with browser Do Not
Track policy. We will not even check if Do Not Track is enabled and assume it is enabled (as it should be).
Track policy. We will not even check if Do Not Track (DNT) is enabled and assume it is enabled (as it should be).

## Data conversion

Expand Down