mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:41:16 +01:00
Update src/components/inputs/UrlInput.jsx
CORs -> CORS Co-Authored-By: pathmapper <pathmapper@posteo.de>
This commit is contained in:
parent
25cad5bb25
commit
5e7fd4f93c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function validate (url) {
|
||||||
) {
|
) {
|
||||||
error = (
|
error = (
|
||||||
<SmallError>
|
<SmallError>
|
||||||
CORs policy won't allow fetching resources served over http from https, use a <code>https://</code> domain
|
CORS policy won't allow fetching resources served over http from https, use a <code>https://</code> domain
|
||||||
</SmallError>
|
</SmallError>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue