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
When using preview page, the link "Click Here to Proceed" should have "double-submit" protection.
🔈 Motivation
Currently it's easy to burn a view by double-clicking the link quick enough. The browser cancels the first request and sends another, but by that time it might already be processed by server. The time window for double-clicking is greatly increased if the user has a slow connection.
While it's surely not viable to prevent this completely, blocking or removing the link element with JS would help reduce accidental burning of views.
Possibly also relevant to #2225
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
When using preview page, the link "Click Here to Proceed" should have "double-submit" protection.
🔈 Motivation
Currently it's easy to burn a view by double-clicking the link quick enough. The browser cancels the first request and sends another, but by that time it might already be processed by server. The time window for double-clicking is greatly increased if the user has a slow connection.
While it's surely not viable to prevent this completely, blocking or removing the link element with JS would help reduce accidental burning of views.
Possibly also relevant to #2225
The text was updated successfully, but these errors were encountered: