Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/whitelisting.js

Issue 29354778: Issue 4466 - Remove rsa.js, update core + buildtools (Closed)
Patch Set: Removed signature tests, they are tested in adblockpluscore Created Sept. 23, 2016, 1:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/sha1.js ('k') | metadata.common » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/whitelisting.js
diff --git a/lib/whitelisting.js b/lib/whitelisting.js
index 7afa6f158291fb7d21b4b87456435b4c9827a35d..dca8adc4278bf9de368f42e70eb997b750613088 100644
--- a/lib/whitelisting.js
+++ b/lib/whitelisting.js
@@ -26,6 +26,7 @@ let {FilterNotifier} = require("filterNotifier");
let {stringifyURL, getDecodedHostname, extractHostFromFrame, isThirdParty} = require("url");
let {port} = require("messaging");
let devtools = require("devtools");
+let {verifySignature} = require("rsa");
let sitekeys = new ext.PageMap();
« no previous file with comments | « lib/sha1.js ('k') | metadata.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld