mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

Ensure that bridged subscription update body lengths are within the maximum limits #1422

Open jrconlin opened 3 years ago

jrconlin commented 3 years ago

Each bridge defines different maximum allowable lengths for subscription updates. We should ensure that our updates fit those maximums (post any additional bridge specific encoding).