Skip to content

Commit 0861713

Browse files
committed
match manifest permission and webRequest filter, bump version
1 parent bdc4aee commit 0861713

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

dist/codesy-0.0.0.7.xpi

79.6 KB
Binary file not shown.
76.9 KB
Binary file not shown.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const headerComment = require('gulp-header-comment');
1111
// Settings for building packages
1212
const settings = {
1313
name: 'codesy',
14-
version: '0.0.0.6',
14+
version: '0.0.0.7',
1515
source: './src',
1616
destination: './dist',
1717
static_files: {

src/csp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function makeCspAppender (domain='') {
2222
let codesyAppender = new makeCspAppender()
2323

2424
const githubFilter = {
25-
urls: ["https://github.com/*"],
25+
urls: ["*://*.github.com/*"],
2626
types: ["main_frame"]
2727
};
2828

0 commit comments

Comments
 (0)