Added support for object urls to URLListValidator.js#4055
Added support for object urls to URLListValidator.js#4055igzThomasFrischholz wants to merge 2 commits intoUI5:masterfrom
Conversation
|
|
|
Thanks a lot for your PR. The team will have a look at it! |
|
|
|
@igzThomasFrischholz Thanks a lot for your contribution and sorry for the long time of no response. We have discussed this enhancement several times in the team. Unfortunately, we can not enable the |
URLListValidator did not support Object-URLs which lead to misbehaviour in some classes. (e.g PDFViewer could not load files from object urls)
This PR aims to fix this issue by adding a regex check and decompose into the validate method of URLListValidator.js
A separate Unit-Test for the desired behavior has been added as well.