Access: [7.4.1.1]: remove auto-refresh (Priority 2)
Cause:
Until browser agents allow clients to stop documents from automatically refreshing, avoid creating p
ages that reload without a request from the user. Allow visitors to refresh or reload pages at their
own discretion.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>Test 7.4.1</title>
<meta http-equiv="refresh" content="60">
</head>
<body>
</body>
</html>
|
Solution:
References: