mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
feat: Prevent webhook url takeover (#14783)
This commit is contained in:
@@ -19,7 +19,7 @@ import { WebhookRepository } from '@/databases/repositories/webhook.repository';
|
||||
import { NodeTypes } from '@/node-types';
|
||||
import { CacheService } from '@/services/cache/cache.service';
|
||||
|
||||
type Method = NonNullable<IHttpRequestMethods>;
|
||||
import type { Method } from './webhook.types';
|
||||
|
||||
@Service()
|
||||
export class WebhookService {
|
||||
|
||||
Reference in New Issue
Block a user