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

Unified Diff: lib/whitelisting.js

Issue 29375851: [safari] Issue 4902 - Partially revert d5be57b68f91 for Safari compatibility (Closed)
Patch Set: Addressed Sebastian's feedback Created Feb. 17, 2017, 2:16 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 3283952bf860f7db1d853941ef76643db4a8862c..9e839804f5d50db77cbd41b4b0f763da223d1e1f 100644
--- a/lib/whitelisting.js
+++ b/lib/whitelisting.js
@@ -26,7 +26,6 @@ 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