mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +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 = (
|
||||
<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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user