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 7150ba0 commit 851faf0Copy full SHA for 851faf0
src/WebPush.php
@@ -280,8 +280,6 @@ private function prepare(array $notifications): array
280
} else {
281
$headers['Crypto-Key'] = $vapidHeaders['Crypto-Key'];
282
}
283
- } elseif ($contentEncoding === 'aes128gcm' && substr($endpoint, 0, strlen(self::FCM_BASE_URL)) === self::FCM_BASE_URL) {
284
- $endpoint = str_replace('fcm/send', 'wp', $endpoint);
285
286
287
0 commit comments