mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Update src/components/inputs/UrlInput.jsx
CORs -> CORS Co-Authored-By: pathmapper <pathmapper@posteo.de>
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user