| Index: lib/whitelisting.js |
| diff --git a/lib/whitelisting.js b/lib/whitelisting.js |
| index e98e75b7e564b3d3504ef4890099dfe454ac1be8..7bdd83f2c62124d0b0e2d6c5cdb8393ecb56e237 100644 |
| --- a/lib/whitelisting.js |
| +++ b/lib/whitelisting.js |
| @@ -70,6 +70,7 @@ exports.isFrameWhitelisted = function(page, frame, typeMask) |
| return false; |
| }; |
| +let getKey = |
| /** |
| * Gets the public key, previously recorded for the given page |
| * and frame, to be considered for the $sitekey filter option. |