-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No new functionality, added privacy and reviewer information Signed-off-by: Martin Hoefling <[email protected]>
- Loading branch information
1 parent
c7cef74
commit 00e83b9
Showing
7 changed files
with
488 additions
and
763 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
We don't log, share or store any personal data. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
3rd party libraries | ||
=================== | ||
|
||
the webextension-polyfill.js is from https://github.com/mozilla/webextension-polyfill.git | ||
Currently v0.3.1 built with the webextension-polyfill target in the Makefile | ||
The code is just bundled but not minified. | ||
|
||
regex-weburl.js is from https://gist.github.com/dperini/729294 (MIT | ||
Licensed) | ||
|
||
unsafe assignment to innerHTML | ||
============================== | ||
|
||
There are in two code locations, where innerHTML is assigned. They both refer to i18n string replacements | ||
and are thus not untrusted content, as the content is provided with the extension translation. |
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
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
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
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
Oops, something went wrong.