LiterateInk / Pawnote

A purrfect API wrapper for PRONOTE.
https://docs.literate.ink/pawnote
GNU General Public License v3.0
55 stars 12 forks source link

fix(geolocation): Use lowercase URLs to avoid conflicts #45

Closed ecnivtwelve closed 4 months ago

ecnivtwelve commented 4 months ago

Description

Using Geolocation API, Pronote may use links ending with /ProNote instead of /pronote When your code relies on these URLs to apply attributes, it might be the cause of your issue :

This change allows the URL to be directly sent in lowercase, to avoid such issues.

Type of change

Please delete options that are not relevant.

Checklist: