(fix) Fix collabora regex and secContext, move validation docs to per app (#1078)

* Better regex on collabora

* bump collabora

* Move per-app validation to per-app docs

* Update valid_chars and allowPrivEsc on collabora

* revert bump
This commit is contained in:
Stavros Kois
2021-10-02 11:30:07 +02:00
committed by GitHub
parent 48c6245fa7
commit 6eaca24761
6 changed files with 63 additions and 52 deletions
+13
View File
@@ -0,0 +1,13 @@
# Input Validation
__`LATITUDE`__ and __`LONGITUDE`__
Accepted formats are:
- Float (eg. `24.2028`)
Regex used to match this: `^[0-9]{1,}\.{1}[0-9]{1,}$`
You can try live [here](https://regex101.com/r/xsLGWN/1)
---
_If you find a field that you think it needs validation, please open an issue on github_