We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ca1f7 commit bf93dc0Copy full SHA for bf93dc0
README.md
@@ -260,7 +260,7 @@ Firefox errors are listed in the [autopush documentation](https://autopush.readt
260
261
### Payload length, security, and performance
262
Payloads are encrypted by the library. The maximum payload length is theoretically 4078 bytes (or ASCII characters).
263
-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.
264
265
The library pads the payload by default. This is more secure but it decreases performance for both your server and your user's device.
266
0 commit comments