Skip to content

Commit 0273c03

Browse files
committed
Update legacy file protocol error pages
1 parent 38b1267 commit 0273c03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src-protocol-error/legacy-file/invalid-extension.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body bgcolor="white" text="black">
88
<h1>Protocol handler error</h1>
9-
<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>
9+
<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>
1010
<pre>Legacy file protocol: Invalid file extension</pre>
1111
</body>
1212
</html>

src-protocol-error/legacy-file/path-traversal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body bgcolor="white" text="black">
88
<h1>Protocol handler error</h1>
9-
<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>
9+
<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>
1010
<pre>Legacy file protocol: Path traversal blocked</pre>
1111
</body>
1212
</html>

src-protocol-error/legacy-file/unknown.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body bgcolor="white" text="black">
88
<h1>Protocol handler error</h1>
9-
<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>
9+
<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>
1010
<pre>Legacy file protocol: Unknown</pre>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)