Skip to content

Commit

Permalink
Merge pull request #171 from HerrZatacke/develop
Browse files Browse the repository at this point in the history
Version 1.40.1
  • Loading branch information
HerrZatacke authored Jul 20, 2024
2 parents 90161ab + 68301e5 commit f1ecfcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gb-printer-web",
"version": "1.40.0",
"version": "1.40.1",
"description": "gb-printer-web",
"scripts": {
"start": "webpack serve --config ./scripts/webpack.dev.js",
Expand Down
8 changes: 4 additions & 4 deletions src/javascript/app/components/AddPlugin/useAddPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { usePlugins } from '../Settings/pages/PluginSettings/usePlugins';

const trustedSources = [
'https://herrzatacke.github.io',
'https://localhost:3000',
'https://127.0.01:3000',
'http://localhost:3000',
'http://127.0.01:3000',
'https://localhost:5000',
'https://127.0.01:5000',
'http://localhost:5000',
'http://127.0.01:5000',
];

interface UseAddPlugin {
Expand Down

0 comments on commit f1ecfcc

Please sign in to comment.