Skip to content

Commit

Permalink
Ajout du support de l'Université Paris 1 Panthéon-Sorbonne (#32)
Browse files Browse the repository at this point in the history
* Adding support Paris 1 Panthéon-Sorbonne

* Paris1 : oubli du https

* idem...
  • Loading branch information
RCura authored Aug 10, 2023
1 parent a2f7860 commit ede7d89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ L'extension fonctionne avec les portails universitaires suivants :
- [**Europresse ENS Lyon**](https://acces.bibliotheque-diderot.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=ENSLYONT_1),
- [**Europresse ENSAM (Arts et Métiers)**](http://rp1.ensam.eu/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=AML),
- [**Europresse Université Paris-Saclay**](https://proxy.scd.u-psud.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031535T_9),
- [**Europresse Université Paris 1 Panthéon-Sorbonne**](http://ezpaarse.univ-paris1.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=SORBONNET_1),
- [**Europresse INSA Lyon**](https://docelec.insa-lyon.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=INSAT_3)
- [**Europresse Bibliothèque nationale de France**](https://bnf.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=bnf)
- [**Europresse Université de Bordeaux Montaigne**](https://www.ezproxy.u-bordeaux-montaigne.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVMONTAIGNET_1)
Expand Down
7 changes: 7 additions & 0 deletions ophirofox/content_scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ const ophirofox_config_list = [
AUTH_URL:
"https://proxy.scd.u-psud.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031535T_9",
},
{
name: "Université Paris 1 Panthéon-Sorbonne",
domains: ["univ-paris1.fr"],
LOGIN_URL: "https://ezpaarse.univ-paris1.fr/login",
AUTH_URL:
"https://ezpaarse.univ-paris1.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=SORBONNET_1",
},
{
name: "INSA Lyon",
domains: ["insa-lyon.fr"],
Expand Down
3 changes: 3 additions & 0 deletions ophirofox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"https://nouveau-europresse-com.proxy.rubens.ens.fr/Search/Reading*",
"https://nouveau-europresse-com.rp1.ensam.eu/Search/Reading*",
"https://nouveau-europresse-com.proxy.scd.u-psud.fr/Search/Reading*",
"https://nouveau-europresse-com.ezpaarse.univ-paris1.fr/Search/Reading*",
"https://nouveau-europresse-com.docelec.insa-lyon.fr/Search/Reading*",
"https://nouveau-europresse-com.bnf.idm.oclc.org/Search/Reading*",
"https://nouveau-europresse-com.sid2nomade-2.grenet.fr/Search/Reading*",
Expand All @@ -148,6 +149,7 @@
"https://nouveau-europresse-com.proxy.rubens.ens.fr/Login*",
"https://nouveau-europresse-com.rp1.ensam.eu/Login*",
"https://nouveau-europresse-com.proxy.scd.u-psud.fr/Login*",
"https://nouveau-europresse-com.ezpaarse.univ-paris1.fr/Login*",
"https://nouveau-europresse-com.docelec.insa-lyon.fr/Login*",
"https://nouveau-europresse-com.bnf.idm.oclc.org/Login*",
"https://nouveau-europresse-com.sid2nomade-2.grenet.fr/Login*",
Expand All @@ -168,6 +170,7 @@
"https://nouveau-europresse-com.proxy.rubens.ens.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.rp1.ensam.eu/Search/ResultMobile*",
"https://nouveau-europresse-com.proxy.scd.u-psud.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.ezpaarse.univ-paris1.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.docelec.insa-lyon.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.bnf.idm.oclc.org/Search/ResultMobile*",
"https://nouveau-europresse-com.sid2nomade-2.grenet.fr/Search/ResultMobile*",
Expand Down

0 comments on commit ede7d89

Please sign in to comment.