Update legacy file protocol error pages

This commit is contained in:
Muffin 2024-05-22 21:50:23 -05:00
parent 38b12678c0
commit 0273c03fb9
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
</head>
<body bgcolor="white" text="black">
<h1>Protocol handler error</h1>
<p>If you can see this page, <a href="https://github.com/TurboWarp/desktop/issues">please open a GitHub issue</a> or <a href="mailto:contact@turbowarp.org">email us</a> with all the information above.</p>
<p>If you can see this page, <a href="https://github.com/TurboWarp/desktop/issues" target="_blank" rel="noreferrer">please open a GitHub issue</a> or <a href="mailto:contact@turbowarp.org" target="_blank" rel="noreferrer">email us</a> with all the information below.</p>
<pre>Legacy file protocol: Invalid file extension</pre>
</body>
</html>

View File

@ -6,7 +6,7 @@
</head>
<body bgcolor="white" text="black">
<h1>Protocol handler error</h1>
<p>If you can see this page, <a href="https://github.com/TurboWarp/desktop/issues">please open a GitHub issue</a> or <a href="mailto:contact@turbowarp.org">email us</a> with all the information above.</p>
<p>If you can see this page, <a href="https://github.com/TurboWarp/desktop/issues" target="_blank" rel="noreferrer">please open a GitHub issue</a> or <a href="mailto:contact@turbowarp.org" target="_blank" rel="noreferrer">email us</a> with all the information below.</p>
<pre>Legacy file protocol: Path traversal blocked</pre>
</body>
</html>

View File

@ -6,7 +6,7 @@
</head>
<body bgcolor="white" text="black">
<h1>Protocol handler error</h1>
<p>If you can see this page, <a href="https://github.com/TurboWarp/desktop/issues">please open a GitHub issue</a> or <a href="mailto:contact@turbowarp.org">email us</a> with all the information above.</p>
<p>If you can see this page, <a href="https://github.com/TurboWarp/desktop/issues" target="_blank" rel="noreferrer">please open a GitHub issue</a> or <a href="mailto:contact@turbowarp.org" target="_blank" rel="noreferrer">email us</a> with all the information below.</p>
<pre>Legacy file protocol: Unknown</pre>
</body>
</html>