개요
Prevent HTML canvas element from generating a unique identification key to protect user's privacy
This browser extension safeguards user privacy by preventing malicious scripts from using the HTML canvas element for user fingerprinting. It introduces slight changes to the data generated by the canvas element when specific methods are invoked, rendering it unusable for fingerprinting. In comparison to similar extensions, this one is lighter and employs a more efficient method to obstruct fingerprinting across all frame elements (top and subframes). The extension operates in three modes: 1. Random noise 2. Random noise (per page) to maintain a consistent identity within the current page session 3. Fixed noise to sustain a constant yet unique identity continuously Key Features: 1. Minimal footprint fingerprint defender 2. Ability to block or disable fingerprinting on specific hostnames 3. Notification when canvas fingerprinting is detected 4. Option to disable notification for select or all hostnames 5. Compatibility with cross-origin (CORS) and sandboxed iframes (such as Disqus and Hangouts) Notes: This extension doesn't entirely block the canvas element. Instead, it modifies two methods to prevent the JavaScript engine from creating a unique identification key from this element. What is Canvas Fingerprinting: Canvas fingerprinting is a method among several browser fingerprinting techniques used for tracking online users. It enables websites to identify and monitor visitors by leveraging the HTML5 canvas element rather than browser cookies or similar means. This technique functions by exploiting the HTML5 canvas element. When a user visits a webpage, the fingerprinting script initially writes text using the preferred font and size and adds background colors. Subsequently, the script calls the Canvas API's ToDataURL method to retrieve canvas pixel data in dataURL format, essentially a Base64 encoded representation of binary pixel data. Lastly, the script hashes the text-encoded pixel data, creating a unique fingerprint.
5점 만점에 4.1점평점 49개
세부정보
- 버전0.2.3
- 업데이트됨2026년 1월 7일
- 제공joue.quroi
- 크기58.68KiB
- 언어English
- 개발자
이메일
joue.quroi@gmail.com - 비판매자판매자로 식별되지 않은 개발자입니다. 유럽 연합에 거주하는 소비자의 경우, 이 개발자와 체결한 계약에 대해서는 소비자 권리가 적용되지 않을 수 있음을 유의해야 합니다.
개인정보 보호
개발자가 사용자 데이터에 관해 다음과 같이 선언했습니다
- 승인된 사용 사례를 제외하고 서드 파티에 판매하지 않음
- 항목의 핵심 기능과 관련 없는 목적으로 사용하거나 전송하지 않음
- 신용도 판단 또는 대출 목적으로 사용하거나 전송하지 않음
지원
질문, 제안 또는 문제와 관련하여 도움이 필요하시면 개발자의 지원 사이트를 방문하세요.