4436123 Merge devel0.7 branch

Merged and Committed by ihranicky 2 years ago
154 files changed. 1506 lines added. 3715 lines removed.
.gitignore
file modified
+1 -2
.reuse/dep5
file modified
+2 -2
Makefile
file modified
+25 -22
README.md
file added
+28
README.md
file removed
-1
chrome/manifest.json
file modified
+4 -4
common/background.js
file modified
+10 -4
common/document_start.js
file modified
+4 -4
common/fp_config/groups-lvl_default.json
file modified
+6 -2
common/fp_detect_background.js
file modified
+21 -3
common/helpers.js
file modified
+10 -0
common/level_cache.js
file modified
+2 -2
common/levels.js
file modified
+336 -389
common/options.css
file modified
+24 -1
common/options.html
file modified
+29 -9
common/options.js
file modified
+24 -91
common/options_advanced.html
file modified
+8 -8
common/options_domains.html
file modified
+31 -9
common/options_domains.js
file modified
+55 -8
common/popup-dark.css
file modified
+8 -3
common/popup.css
file modified
+151 -46
common/popup.html
file modified
+68 -28
common/popup.js
file modified
+203 -70
common/tweaks_gui.js
file added
+133
common/update.js
file modified
+134 -0
common/wrappingS-GEO.js
file modified
+1 -1
docs/_config.yml
file removed
-7
docs/_includes/footer.html
file removed
-16
docs/_includes/head.html
file removed
-27
docs/_includes/stores.md
file removed
-6
docs/_layouts/default.html
file removed
-24
docs/blog.md
file removed
-9
docs/blogarticles/crawling.md
file removed
-140
docs/blogarticles/crawling/apis.png
file removed
-0
docs/blogarticles/crawling/architecture.png
file removed
-0
docs/blogarticles/crawling_results.md
file removed
-303
docs/blogarticles/crawling_results/APIs_with_uBlock.png
file removed
-0
docs/blogarticles/crawling_results/APIs_with_uBlock_opensource.png
file removed
-0
docs/blogarticles/crawling_results/APIs_without_uBlock.png
file removed
-0
docs/blogarticles/crawling_results/APIs_without_uBlock_opensource.png
file removed
-0
docs/blogarticles/crawling_results/JScalls_with_uBlock.png
file removed
-0
docs/blogarticles/crawling_results/JScalls_with_uBlock_opensource.png
file removed
-0
docs/blogarticles/crawling_results/JScalls_without_uBlock.png
file removed
-0
docs/blogarticles/crawling_results/JScalls_without_uBlock_opensource.png
file removed
-0
docs/blogarticles/farbling.md
file removed
-92
docs/blogarticles/fingerprinting.md
file removed
-33
docs/blogarticles/fpdetection.md
file removed
-110
docs/blogarticles/fpdetection/notifications.png
file removed
-0
docs/blogarticles/localportscanning.md
file removed
-85
docs/blogarticles/localportscanning/1_captured_traffic.png
file removed
-0
docs/blogarticles/localportscanning/2_request_blocked.png
file removed
-0
docs/blogarticles/support.md
file removed
-55
docs/index.md
file removed
-77
docs/new-wrapper.md
file removed
-286
docs/new_wrapper.md
file removed
-286
docs/style.css
file removed
-119
docs/test/audio.js
file removed
-114
docs/test/canvas.js
file removed
-213
docs/test/date.js
file removed
-56
docs/test/demo_image.png
file removed
-0
docs/test/enumerateDevices.js
file removed
-54
docs/test/global.css
file removed
-62
docs/test/gps.js
file removed
-71
docs/test/hw.js
file removed
-18
docs/test/iframe.html
file removed
-10
docs/test/iframe.js
file removed
-21
docs/test/performance.now.js
file removed
-14
docs/test/plugins.js
file removed
-28
docs/test/poc.js
file removed
-4
docs/test/test.html
file removed
-245
docs/test/webgl.js
file removed
-129
docs/test/xmlhttprequest.js
file removed
-15
docs/test/xmlhttprequest_test_file.html
file removed
-15
doxyfile
file modified
+2 -2
firefox/manifest.json
file modified
+4 -4
tests/common_files/scripts/build_JSR_package.ps1
file modified
+13 -13
tests/common_files/scripts/build_JSR_package.sh
file modified
+11 -11
tests/fpd_tests/README.md
file modified
+5 -5
tests/fpd_tests/common/csv_to_wrappers.sh
file modified
+2 -2
tests/fpd_tests/common/wrapper_to_test.sh
file modified
+2 -2
tests/fpd_tests/start_fpd_tests.sh
file modified
+2 -2
tests/integration_tests/README.md
file modified
+7 -7
tests/integration_tests/start_integration_tests.ps1
file modified
+1 -1
tests/integration_tests/start_integration_tests.sh
file modified
+1 -1
tests/integration_tests/testing/configuration.py
file modified
+7 -7
tests/integration_tests/testing/conftest.py
file modified
+1 -1
tests/integration_tests/testing/output.py
file modified
+2 -2
tests/integration_tests/testing/start.py
file modified
+2 -1
tests/integration_tests/testing/tests_definition/test_NBS_setting.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_canvas.py
file modified
+2 -2
tests/integration_tests/testing/tests_definition/test_domain_level_setting.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_gps.py
file modified
+3 -3
tests/integration_tests/testing/tests_definition/test_hw.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_navigator.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_performance.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_referrer.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_time.py
file modified
+1 -1
tests/integration_tests/testing/tests_definition/test_toString.py
file modified
+2 -2
tests/integration_tests/testing/tests_definition/test_webaudio.py
file modified
+2 -2
tests/integration_tests/testing/tests_definition/test_webgl.py
file modified
+1 -1
tests/integration_tests/testing/values_expected.py
file modified
+7 -7
tests/integration_tests/testing/values_getters.py
file modified
+3 -3
tests/integration_tests/testing/values_real.py
file modified
+3 -2
tests/integration_tests/testing/web_browser.py
file modified
+7 -6
tests/integration_tests/testing/web_browser_shared.py
file modified
+3 -3
tests/system_tests/README.md
file modified
+2 -2
tests/system_tests/analyze_data/cosine_similarity.py
file modified
+4 -4
tests/system_tests/analyze_data/io_funcs.py
file modified
+1 -1
tests/system_tests/analyze_data/levenshtein_distance.py
file modified
+4 -4
tests/system_tests/analyze_data/simple_comparison.py
file modified
+2 -2
tests/system_tests/analyze_data/start_logs_analysis.py
file modified
+2 -2
tests/system_tests/analyze_data/start_screenshots_analysis.py
file modified
+3 -3
tests/system_tests/get_data/configuration.py
file modified
+3 -3
tests/system_tests/get_data/driver.py
file modified
+3 -3
tests/system_tests/get_data/grid.py
file modified
+2 -2
tests/system_tests/get_data/io_funcs.py
file modified
+1 -1
tests/system_tests/get_data/start.py
file modified
+3 -3
tests/system_tests/get_data/test_type.py
file modified
+1 -1
tests/system_tests/get_data/web_browser_type.py
file modified
+1 -1
tests/system_tests/get_data/website.py
file modified
+3 -2
tests/system_tests/setup_buildJSR_runTests.sh
file modified
+1 -1
tests/unit_tests/package.json
file modified
+1 -1
tests/unit_tests/start_unit_tests.sh
file modified
+1 -1
tests/unit_tests/tests/background_tests.js
file modified
+1 -1
tests/unit_tests/tests/browser_tests.js
file modified
+1 -1
tests/unit_tests/tests/code_builders_tests.js
file modified
+1 -1
tests/unit_tests/tests/helpers_tests.js
file modified
+1 -1
tests/unit_tests/tests/http_shield_common_tests.js
file modified
+1 -1
tests/unit_tests/tests/levels_tests.js
file modified
+1 -1
tests/unit_tests/tests/url_tests.js
file modified
+1 -1
tests/unit_tests/tests/wrappingS-GEO_tests.js
file modified
+1 -1
tests/unit_tests/tests/wrapping_tests.js
file modified
+1 -1
website/Makefile
file modified
+0 -2
website/content/pages/build.mddocs/build.md
file renamed
+5 -5
website/content/pages/credits.mddocs/credits.md
file renamed
+1 -1
website/content/pages/home.md
file modified
+2 -2
website/content/pages/index.md
file removed
-74
website/content/pages/levels.mddocs/levels.md
file renamed
+0 -0
website/content/pages/license.mddocs/license.md
file renamed
+0 -0
website/content/pages/new-wrapper.md
file modified
+1 -1
website/content/pages/permissions.mddocs/permissions.md
file renamed
+0 -0
website/content/pages/pt/build.md
file modified
+5 -5
website/content/pages/versions.mddocs/versions.md
file renamed
+2 -2
website/content/posts/crawling.md
file modified
+1 -1
website/content/posts/farbling.md
file modified
+7 -7
website/content/posts/fpdetection.md
file modified
+1 -1
website/content/posts/localportscanning.md
file modified
+3 -3
website/content/posts/pt/crawling.md
file modified
+1 -1
website/content/posts/pt/localportscanning.md
file modified
+2 -2
website/content/posts/pt/support.md
file modified
+3 -3
website/content/posts/support.md
file modified
+3 -3
website/content/wrappers/.gitignore
file removed
-2
website/content/wrappers/wrappingS-GEO.js
file modified
+1 -1
website/theme/templates/base.html
file modified
+1 -1
    Merge devel0.7 branch
    
    This functionality is planned for 0.7 release.
    
        
file modified
+1 -2
file modified
+2 -2
file modified
+25 -22
file added
+28
file removed
-1
file modified
+4 -4
file modified
+10 -4
file modified
+4 -4
file modified
+10 -0
file modified
+2 -2
file modified
+336 -389
file modified
+24 -1
file modified
+29 -9
file modified
+24 -91
file modified
+8 -8
file modified
+31 -9
file modified
+55 -8
file modified
+8 -3
file modified
+151 -46
file modified
+68 -28
file modified
+203 -70
file added
+133
file modified
+134 -0
file modified
+1 -1
file removed
-7
file removed
-9
file removed
-77
file removed
-286
file removed
-286
file removed
-119
file removed
-114
file removed
-213
file removed
-56
file removed
-62
file removed
-71
file removed
-18
file removed
-10
file removed
-21
file removed
-28
file removed
-4
file removed
-245
file removed
-129
file modified
+2 -2
file modified
+4 -4
file modified
+5 -5
file modified
+2 -2
file modified
+0 -2
file renamed
+5 -5
file renamed
+1 -1
file renamed
file was renamed with no change to the file
file renamed
file was renamed with no change to the file
file renamed
file was renamed with no change to the file
file renamed
+2 -2