Skip to content

Commit

Permalink
only inject to https (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime authored Jul 17, 2024
1 parent cf84be3 commit 81b423d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/extension/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"matches": ["https://*/*"],
"js": [
"injected-connection-port.js",
"injected-disconnect-listener.js",
Expand All @@ -25,7 +25,7 @@
"run_at": "document_start"
},
{
"matches": ["<all_urls>"],
"matches": ["https://*/*"],
"js": ["injected-penumbra-global.js"],
"run_at": "document_start",
"world": "MAIN"
Expand Down

0 comments on commit 81b423d

Please sign in to comment.