You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Google Chrome (version 55, Windows 7 Pro) the action attribute of the <form> tag changes from / to data:, if you include HTML and JavaScript in the code snippet, and after the first time you submit the form.
In Google Chrome (version 55, Windows 7 Pro) the
action
attribute of the<form>
tag changes from/
todata:,
if you include HTML and JavaScript in the code snippet, and after the first time you submit the form.Steps:
Go to http://hilite.me
Enter the following code in the snippet editor:
Click the "Highlight" button
Open the developer console and inspect the
<form>
tagThe
action
attribute is nowdata:,
instead of/
This causes the page URL to change to "data:," in the browser when clicking the "Highlight" button again.
In Firefox and Internet Explorer, the
action
attribute remains/
.The text was updated successfully, but these errors were encountered: