puppeteer/guides/request-interception/index.html
release-please[bot] 73763fc33b deploy: 2968f215f6
2024-04-22 08:59:47 +00:00

11 lines
349 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/guides/network-interception">
<link rel="canonical" href="/guides/network-interception" />
</head>
<script>
window.location.href = '/guides/network-interception' + window.location.search + window.location.hash;
</script>
</html>