Skip to content

Commit

Permalink
Get auth header on ext boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyyjy committed Feb 6, 2024
1 parent d2bc4ad commit 24a5ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/UserALEWebExtension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@ var defaultConfig = {
useraleConfig: {
url: 'http://localhost:8000',
userId: 'pluginUser',
authHeader: null,
toolName: 'useralePlugin',
version: version
}
Expand Down
1 change: 1 addition & 0 deletions src/UserALEWebExtension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { browser } from './globals.js';
const defaultConfig = {useraleConfig: {
url: 'http://localhost:8000',
userId: 'pluginUser',
authHeader: null,
toolName: 'useralePlugin',
version: userale.version,
}};
Expand Down

0 comments on commit 24a5ccd

Please sign in to comment.