forked from ricochet-im/ricochet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block all network requests originating from QML
Ricochet's UI does not make any network requests under any circumstances; if one happens, it's likely a bug and potentially an input sanitization issue that could lead to deanonymization. Using QML's network access manager factory, intercept all of these requests, trigger an assert, and make sure it's absolutely not possible for any network traffic to occur as a result. Contributes to ricochet-im#303, inspired by Sarah Jamie Lewis
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters