Skip to content

Commit 646b45f

Browse files
committed
Fix: Unable to select text inside blob
1 parent 2eae7e7 commit 646b45f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

dev/data/chrome-manifest-schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,11 @@
569569
"type": "boolean",
570570
"description": "Whether to insert the content script on about:blank and about:srcdoc.",
571571
"default": false
572+
},
573+
"match_origin_as_fallback": {
574+
"type": "boolean",
575+
"description": "Allows the content script to run in opaque-origin frames (blob:, data:, etc.) using the parent origin for match patterns.",
576+
"default": false
572577
}
573578
}
574579
}

dev/data/manifest-variants.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"file://*/*"
4646
],
4747
"match_about_blank": true,
48+
"match_origin_as_fallback": true,
4849
"all_frames": true,
4950
"js": [
5051
"js/app/content-script-wrapper.js"

0 commit comments

Comments
 (0)