Skip to content

Commit

Permalink
i2ptunnel: Remove dup headers in error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Dec 5, 2023
1 parent 206cca2 commit 4a7a9aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion apps/i2ptunnel/resources/proxy/ahelper-conflict-header.ht
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
HTTP/1.1 409 Conflict
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer
Cache-Control: no-cache
Connection: close
X-XSS-Protection: 1; mode=block
Expand Down
1 change: 0 additions & 1 deletion apps/i2ptunnel/resources/proxy/ahelper-new-header.ht
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
HTTP/1.1 409 New Address
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer
Cache-Control: no-cache
Connection: close
X-XSS-Protection: 1; mode=block
Expand Down
3 changes: 1 addition & 2 deletions apps/i2ptunnel/resources/proxy/dnfh-header.ht
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
HTTP/1.1 500 Domain Not Found
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer
Cache-Control: no-cache
Connection: close
X-XSS-Protection: 1; mode=block
Expand Down Expand Up @@ -34,4 +33,4 @@ _("Seeing this page often? See {0}the FAQ{1} for help in {2}adding some subscrip
</p>
<hr>
<span><b>_("Could not find the following destination:")</b>
</span>
</span>

0 comments on commit 4a7a9aa

Please sign in to comment.