Skip to content

Commit

Permalink
Update legacy file protocol error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed May 23, 2024
1 parent 38b1267 commit 0273c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-protocol-error/legacy-file/invalid-extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]">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:[email protected]" target="_blank" rel="noreferrer">email us</a> with all the information below.</p>
<pre>Legacy file protocol: Invalid file extension</pre>
</body>
</html>
2 changes: 1 addition & 1 deletion src-protocol-error/legacy-file/path-traversal.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]">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:[email protected]" target="_blank" rel="noreferrer">email us</a> with all the information below.</p>
<pre>Legacy file protocol: Path traversal blocked</pre>
</body>
</html>
2 changes: 1 addition & 1 deletion src-protocol-error/legacy-file/unknown.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]">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:[email protected]" target="_blank" rel="noreferrer">email us</a> with all the information below.</p>
<pre>Legacy file protocol: Unknown</pre>
</body>
</html>

0 comments on commit 0273c03

Please sign in to comment.