Skip to content

Commit 4b57b99

Browse files
authored
fix(security): prevent extension fingerprinting with dynamic URLs (#9)
* fix(security): prevent extension fingerprinting with dynamic URLs * Remove unnecessary window-passkey.html from web_accessible_resources * restore security fix - use_dynamic_url
1 parent 43c8053 commit 4b57b99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
{
1919
"resources": [
2020
"content-popups.html",
21-
"window-passkey.html",
2221
"inject.js"
2322
],
2423
"matches": [
2524
"<all_urls>"
26-
]
25+
],
26+
"use_dynamic_url": true
2727
}
2828
],
2929
"content_scripts": [

0 commit comments

Comments
 (0)