Skip to content

Commit 9748e46

Browse files
committed
Fix muenchen login, changed from default to astec
Closes #520
1 parent 64b19c7 commit 9748e46

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"https://advance-lexis-com.eu1.proxy.openathens.net/*",
4040
"https://*.bonn.idm.oclc.org/*",
4141
"https://online-service2.nuernberg.de/*",
42-
"https://*.webopac.wuppertal.de:1443/*"
42+
"https://*.webopac.wuppertal.de:1443/*",
43+
"https://ssl.muenchen.de/*"
4344
],
4445
"background": {
4546
"service_worker": "build/background.js",

src/providers.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ type PartialProviderData = {
1515
}
1616

1717
const geniosDefaultData: PartialProviderData[] = [
18-
{
19-
id: 'www.muenchner-stadtbibliothek.de',
20-
name: 'Münchner Stadtbibliothek',
21-
web: 'https://www.muenchner-stadtbibliothek.de/',
22-
domain: 'bib-muenchen.genios.de',
23-
},
2418
{
2519
id: 'www.stadtbibliothek-aschaffenburg.de',
2620
name: 'Stadtbibliothek Aschaffenburg',
@@ -704,6 +698,13 @@ const astecData = [
704698
domain: 'bib-nuernberg.genios.de',
705699
permissions: ['https://online-service2.nuernberg.de/*'],
706700
},
701+
{
702+
id: 'www.muenchner-stadtbibliothek.de',
703+
name: 'Münchner Stadtbibliothek',
704+
web: 'https://www.muenchner-stadtbibliothek.de/',
705+
domain: 'bib-muenchen.genios.de',
706+
permissions: ['https://ssl.muenchen.de/*'],
707+
},
707708
]
708709

709710
function astecFactory(provider) {
@@ -957,7 +958,7 @@ const providers: Providers = {
957958
selector: '#shibbolethForm_selectedName',
958959
providerKey: 'sso.wiso-net.de.options.name',
959960
},
960-
wait: 2000
961+
wait: 2000,
961962
},
962963
{ click: '#shibbolethForm_shLoginLink', wait: 2500 },
963964
],

0 commit comments

Comments
 (0)