File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const headerComment = require('gulp-header-comment');
11
11
// Settings for building packages
12
12
const settings = {
13
13
name : 'codesy' ,
14
- version : '0.0.0.9 ' ,
14
+ version : '0.0.1.0 ' ,
15
15
source : './src' ,
16
16
destination : './dist' ,
17
17
static_files : {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ chrome.runtime.onInstalled.addListener(when_installed);
63
63
// functions for handling auth changes:
64
64
65
65
const auth_header = 'x-codesy-auth-changed'
66
- const has_auth_header = ( { name} ) => { return name . startsWith ( auth_header ) }
66
+ const has_auth_header = ( { name} ) => { return name . toLowerCase ( ) . startsWith ( auth_header ) }
67
67
68
68
function check_codesy_auth ( { responseHeaders} ) {
69
69
auth_headers = responseHeaders . filter ( has_auth_header )
You can’t perform that action at this time.
0 commit comments