app->make(PreventRequestForgery::class)->getExcludedPaths(); foreach (['auth', 'token', 'revocation', 'introspect', 'api/post', 'api/media', 'micropub/places', 'webmention'] as $path) { $this->assertContains($path, $exemptions); } } }