You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@ You can customize automatic padding in order to better fit your needs.
301
301
302
302
Here are some ideas of settings:
303
303
304
-
* (default) `Encryption::MAX_COMPATIBILITY_PAYLOAD_LENGTH` (3052 bytes) for compatibility purposes with Firefox for Android (See [#108](https://github.com/web-push-libs/web-push-php/issues/108))
304
+
* (default) `Encryption::MAX_COMPATIBILITY_PAYLOAD_LENGTH` (2820 bytes) for compatibility purposes with Firefox for Android (See [#108](https://github.com/web-push-libs/web-push-php/issues/108))
305
305
*`Encryption::MAX_PAYLOAD_LENGTH` (4078 bytes) for maximum security
306
306
*`false` for maximum performance
307
307
* If you know your payloads will not exceed `X` bytes, then set it to `X` for the best balance between security and performance.
0 commit comments