tileserver-gl/docs
Martin d'Allens e8f64e2861
chore: cleanup useless decodeURIComponent() calls (#1002)
* chore: cleanup useless decodeURIComponent() calls

Signed-off-by: Martin d'Allens <martin.dallens@liberty-rider.com>

* chore: try to fix CodeQL failure "Polynomial regular expression"

Fix 1:
\d\.?\d* can backtrack catastrophically
\d(\.\d*)? is safer

Fix 2:
Useless parenthesis around "enc:"

Fix 3:
The httpTester regex was misleading. It did not really check for "http".
Simplified to show its true meaning. The behaviour should not have changed.

Signed-off-by: Martin d'Allens <martin.dallens@liberty-rider.com>

* chore: try to optimize the regex further, to fix CodeQL failure

Signed-off-by: Martin d'Allens <martin.dallens@liberty-rider.com>

* chore: consistency between previous changes, docs, and serve_style.js

Signed-off-by: Martin d'Allens <martin.dallens@liberty-rider.com>

---------

Signed-off-by: Martin d'Allens <martin.dallens@liberty-rider.com>
2023-10-13 19:08:28 -04:00
..
conf.py Update license from mapbox to maplibre (#760) 2023-02-25 21:37:59 -05:00
config.rst Allow base 64 url as images for static maps (#1007) 2023-10-12 01:22:51 -04:00
deployment.rst Fix typos in deployment.rst (#872) 2023-08-20 19:39:35 -04:00
endpoints.rst chore: cleanup useless decodeURIComponent() calls (#1002) 2023-10-13 19:08:28 -04:00
index.rst Initial documentation (close #39) 2016-08-23 00:32:09 +02:00
installation.rst Update to node 18, add docker build test (#699) 2023-01-08 22:19:21 -05:00
Makefile Documentation - the ReadTheDocs skeleton 2016-08-04 23:55:20 +02:00
usage.rst usage.rst: Add "Docker and --port" section (#651) 2022-12-05 00:02:05 -05:00