Is it possible to somehow disable the execution of JavaScript from the address bar? That is, requests of the form:
javascript:alert('Hello World!');
Is it possible to somehow disable the execution of JavaScript from the address bar? That is, requests of the form:
javascript:alert('Hello World!');
Source: https://ru.stackoverflow.com/questions/684467/
All Articles
javascript:alert(document.cookie);, although there is an HTTPOnly flag. - Andrei