Skip to content

Commit fa162ac

Browse files
committed
fix: restrict content script matches to production URL only
1 parent 0c70a29 commit fa162ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/base.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"host_permissions": ["https://*.hackertab.dev/*"],
1010
"content_scripts": [
1111
{
12-
"matches": ["http://127.0.0.1:5173/*", "http://localhost:5173/*", "https://hackertab.dev/*"],
12+
"matches": ["https://hackertab.dev/*"],
1313
"run_at": "document_start",
1414
"js": ["content.js"]
1515
}

0 commit comments

Comments
 (0)