-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from cowlicks/update-docs
Update some docs
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 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,17 @@ | ||
Comments on validation results: | ||
|
||
Unsafe assignment to innerHTML Warning | ||
js/test/testing_utils.js | ||
|
||
The refers to code in a unittest, which is not exposed to functioning addon at all. We use the code to clear fake dom between unit tests. | ||
|
||
Known JS library detected warnings: | ||
js/external/react/react.production.min.js | ||
js/external/react-dom/react-dom.production.min.js | ||
|
||
I use react for the popup. I don't use jsx so I can avoid transpiling. | ||
|
||
Violation of Mozilla conditions of use Warning: Words found that violate the Mozilla conditions of use | ||
js/domains/psl.js | ||
|
||
This is referring to some domain name in Mozilla's own Public Suffix list. I use this list to determine what is a 3rd party. |
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