jquery - Disable bypassing javascript overlays -
i'm using colorbox show login form every new visitor. , have disabled options close overlay:
overlayclose: false, esckey: false, onload: function() { $('#cboxclose').remove(); }
... assume intermediate user can hide overlay using css overrides. i'd know if there's in case? use setinterval , checks every few seconds , redirect if changes found or something?
how not give them content? way secure page.
you need check visibility, z-index, top, left, indents, node there, etc. there whole list of ways remove content off screen.
but people checks use interval , check element there , either move or redirect. there sites , wrote code disables scripts checks. :)
Comments
Post a Comment