<!doctype html> | |
<html> | |
<head> | |
<title>localStorage example - 3rd party frame</title> | |
</head> | |
<body> | |
<p>Test if we can detect localStorage set by a third-party frame</p> | |
<iframe src="https://gistcdn.githack.com/gunesacar/3b7e1a58252a0fed29e3d509964ef099/raw/dc4831bb865dc3c5980115f24666e5bd40befb4e/frame_ls.html"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment