Skip to content

Commit

Permalink
Added security disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Haedrich committed Feb 6, 2024
1 parent ef28fd0 commit cc7f67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postservice/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ app.post("/mail/forward", async (c) => {
content: [
{
type: "text/plain",
value: mail["content-plain"] + "\n \nForwarded by justatemp.com on your request.",
value: mail["content-plain"] + "\n \nForwarded by justatemp.com, yet another temporary email generator." + "\n If you believe this is a mistake or the service is being abused, please contact us at [email protected].",
},
],
}),
Expand Down

0 comments on commit cc7f67e

Please sign in to comment.