mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Change Urlscan.io description (#2270)
This commit is contained in:
@@ -36,7 +36,7 @@ export class UrlScanIo implements INodeType {
|
|||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Consume the urlscan.io API',
|
description: 'Provides various utilities for monitoring websites like health checks or screenshots',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'urlscan.io',
|
name: 'urlscan.io',
|
||||||
color: '#f3d337',
|
color: '#f3d337',
|
||||||
|
|||||||
@@ -183,6 +183,7 @@ export const scanFields: INodeProperties[] = [
|
|||||||
name: 'referer',
|
name: 'referer',
|
||||||
description: 'HTTP referer to set for this scan',
|
description: 'HTTP referer to set for this scan',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
placeholder: 'https://n8n.io',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user