Closed asanoop24 closed 2 years ago
Is there a way to hide the iframe url shown in the src tag inside the browser html? I don't want the user to be able to take the url and open it directly in the browser bypassing my app.
src
Not possible. You'd have to point to a resource with a access control filter that disallows hot linking.
Is there a way to hide the iframe url shown in the
src
tag inside the browser html? I don't want the user to be able to take the url and open it directly in the browser bypassing my app.