- First commit to issue fork.
- Merge request !46Issue #3042030: Allow skipping of URL validation in settings form → (Open) created by tasc
- last update
over 1 year ago Composer require-dev failure - Status changed to Needs review
over 1 year ago 1:05pm 19 July 2023 - 🇩🇪Germany tasc Berlin
Due to security restrictions our VM too has no access to remote services and I had to re-open this issue.
Thanks @weri! - last update
over 1 year ago Composer require-dev failure - First commit to issue fork.
- 🇩🇪Germany lukas_w
I also would like to see this feature.
As for tasc's MR, I added a commit moving the check for skip_url_validation into validateUrl(), since validateUrl() also adds a trailing / to the URL, if there is none.
Patch in #14 (28 November 2024 ) (https://git.drupalcode.org/project/matomo/-/merge_requests/46.patch) applies cleanly to module version 8.x-1.19 on D8.8 (I know, still on D8 for reasons).
Form saves even if URL validation fails.
New toggle to skip URL validation works as expected as well.Thanks!