I have anchor tag and in href I have custom protocol. When I click it adds with a prefix unsafe.
Click <a href =“customProtocol://open/”>here</a> to open
How to avoid the unsafe prefix for this particular anchor tag alone .
Note : the custom protocol changes Dynamically