Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit e08aeaa

Browse files
lucacasonatokylecarbs
authored andcommitted
[Security] Inject content script only on github and gitlab (#227)
* Inject content script only on github and gitlab * fix indents in extension manifest
1 parent fff4f63 commit e08aeaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extension/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"content_scripts": [
1616
{
1717
"matches": [
18-
"https://*/*"
18+
"https://github.com/*",
19+
"https://gitlab.com/*"
1920
],
2021
"js": [
2122
"out/content.js"
@@ -29,4 +30,4 @@
2930
"default_title": "Sail",
3031
"default_popup": "out/popup.html"
3132
}
32-
}
33+
}

0 commit comments

Comments
 (0)