diff --git a/.reuse/dep5 b/.reuse/dep5 index 8d6fd6da..5f75fb52 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: jsrestrictor +Upstream-Name: JShelter Upstream-Contact: Libor Polcak -Source: https://github.com/polcak/jsrestrictor +Source: https://pagure.io/JShelter/webextension # Files that we think are not copyrightable Files: .gitignore .gitmodules tests/common_files/webbrowser_drivers/DOWNLOAD WEB DRIVERS HERE.md tests/unit_tests/package-lock.json tests/unit_tests/package.json diff --git a/chrome/manifest.json b/chrome/manifest.json index a668fbb4..bb83bb86 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -82,6 +82,6 @@ "notifications", "browsingData" ], - "short_name": "JSR", + "short_name": "JShelter", "version": "0.6.3" } diff --git a/common/fp_detect_background.js b/common/fp_detect_background.js index 23155c1f..689a548d 100644 --- a/common/fp_detect_background.js +++ b/common/fp_detect_background.js @@ -27,13 +27,13 @@ * its sharing. To learn more about Browser Fingerprinting topic, see study "Browser Fingerprinting: A survey" available * here: https://arxiv.org/pdf/1905.01051.pdf * - * The FPD module uses JSR wrapping technique to inject logic that allows log API calls and accesses for every visited web page - * and its frames. Logged JS APIs can be specified in wrappers-lvl_X.json file, where X represents corresponding JSR level. + * The FPD module uses wrapping technique to inject logic that allows log API calls and accesses for every visited web page + * and its frames. Logged JS APIs can be specified in wrappers-lvl_X.json file, where X represents corresponding JShelter level. * * Detector of fingeprinting activity is based on chosen heuristics that can be defined in form of API groups. Groups represents * a set of APIs that have similar but specific purpose. Access to group is triggered when a certain amount APIs is accessed. * Hierarchy of groups creates a tree structure, where access to root group means fingerprinting activity. Groups can be configured in - * groups-lvl_X.json file, where X represents corresponding JSR level. + * groups-lvl_X.json file, where X represents corresponding JShelter level. * * The FPD evaluate API groups with every request made in scope of certain browser tab. When FPD detects fingerprinting activity, * blocking of subsequent requests is issued. Local browsing data of fingerprinting origin are cleared to prevent caching extracted diff --git a/common/options.html b/common/options.html index 21c1d5b2..bb1494b9 100644 --- a/common/options.html +++ b/common/options.html @@ -23,18 +23,18 @@