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');
1111// Settings for building packages
1212const settings = {
1313 name : 'codesy' ,
14- version : '0.0.0.9 ' ,
14+ version : '0.0.1.0 ' ,
1515 source : './src' ,
1616 destination : './dist' ,
1717 static_files : {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ chrome.runtime.onInstalled.addListener(when_installed);
6363// functions for handling auth changes:
6464
6565const 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 ) }
6767
6868function check_codesy_auth ( { responseHeaders} ) {
6969 auth_headers = responseHeaders . filter ( has_auth_header )
You can’t perform that action at this time.
0 commit comments