Is there a way to inhibit the DOM element explorer input capability? I have an api that is pulling in a non encrypted macro and passing it in as a param to my form. I have the shell that redirects the link quickly so that the user can not change the url
via the address bar, then I test the calling request header to make sure it's originating from our server. This was the work around but someone has used the DOM element explorer and changed the query string parameter before the call and has gotten
a different clients info. Is there a way to mask the explorer and href? Or disable Dev tools? Or make it output only?