5288a6f9e2
This because some remote server might have used third party PuSH hubs but switch and we don't know about it. Possible risks here are of course MITM that could force us to rediscover PuSH hubs from a feed they control, but that currently feels ... meh.
6 lines
68 B
PHP
6 lines
68 B
PHP
<?php
|
|
|
|
class FeedSubBadPushSignatureException extends Exception
|
|
{
|
|
}
|