aboutsummaryrefslogtreecommitdiffstats
path: root/lib/js_checker/privacy_checker.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/js_checker/privacy_checker.js')
-rw-r--r--lib/js_checker/privacy_checker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/js_checker/privacy_checker.js b/lib/js_checker/privacy_checker.js
index f39e0b7..fe0fa8a 100644
--- a/lib/js_checker/privacy_checker.js
+++ b/lib/js_checker/privacy_checker.js
@@ -20,8 +20,8 @@
* along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>.
*/
-const privacyThreatJs = require('js_checker/privacy_threat_definitions.js');
-const patternUtils = require('js_checker/pattern_utils').patternUtils;
+const privacyThreatJs = require('./privacy_threat_definitions.js');
+const patternUtils = require('./pattern_utils').patternUtils;
exports.privacyCheck = {
checkScriptPrivacyThreat: function (currentScript) {