From 7012ef27fbcfdc1b3ced31bea1827296cbb64448 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 30 Jan 2024 19:54:09 +0100 Subject: [PATCH] fix(doc): correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 655cd90..ccb79cb 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Firefox errors are listed in the [autopush documentation](https://autopush.readt ### Payload length, security, and performance Payloads are encrypted by the library. The maximum payload length is theoretically 4078 bytes (or ASCII characters). -For [compatibility reasons](mozilla-services/autopush/issues/748) though, your payload should be less than 3052 bytes long. +For [compatibility reasons](https://github.com/mozilla-services/autopush/issues/748) though, your payload should be less than 3052 bytes long. The library pads the payload by default. This is more secure but it decreases performance for both your server and your user's device.