mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
e0a0942203
commit
f8af6f4eea
@ -81,6 +81,7 @@ for (let i = 0; i < 128; i++) {
|
||||
i === 37 || // %
|
||||
i === 35 || // #
|
||||
i === 61 || // =
|
||||
i === 64 || // @
|
||||
(i >= 97 && i <= 122); // a-z
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user