mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
11 lines
349 B
HTML
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>
|