bowbridge Anti-Virus for Salesforce Documentationbowbridge Anti-Virus for Salesforce
Configuration

URL Scan Settings

Overview

The URL Scan Settings page is a separate tab in the Settings area. All settings are configured per Protection Profile. Select the profile you want to configure at the top of the page.

General Settings

SettingDescription
URL ScanningMaster switch to enable or disable URL scanning for this profile.
ActionWhat happens when a threat is detected: Block (redirects to the Replacement URL; the original URL remains visible to the user), Allow & Notify (URL passes through but triggers a notification), or Remove (URL is deleted from the field entirely).
Security ThresholdScore between 0 and 100. URLs with a security score below this value are classified as malicious. Default: 50.
Productivity ThresholdScore between 0 and 100. URLs with a productivity score below this value are flagged for productivity concerns. Default: 50.

Allow and Block Lists

Use allow and block lists to override scan results for known URLs.

SettingDescription
Allowed URLsPartial URL matches that skip scanning entirely. Enter patterns separated by semicolons (e.g., https://example.com;https://microsoft.com).
Blocked URLsPartial URL matches that are always blocked without scanning. Enter patterns separated by semicolons.

URLs on the allow list are never sent to the scan service. URLs on the block list are blocked immediately without doing a scan request.

Blocked Categories

Select URL categories that should be blocked regardless of their scan score.

Common categories include:

CategoryDescription
MalwareSites distributing malware or exploits
PhishingSites impersonating legitimate services
SpamSites associated with spam campaigns
GamblingOnline gambling platforms
Adult ContentSites with explicit or adult material
Illegal ActivitiesSites promoting illegal content
AnonymizersProxy and VPN services used to bypass controls

When a URL matches a blocked category, the configured action is applied regardless of the security or productivity score.

Objects and Fields

Configure which Salesforce objects and fields are scanned for URLs and whether Click Protection is enabled per field.

ColumnDescription
ObjectThe Salesforce object API name
ActiveWhether URL scanning is enabled for this object
FieldThe field API name on the object
Scan EnabledWhether URLs in this field are scanned
Click ProtectionWhether URLs in this field are replaced with safe redirect links (see Click Protection)

Adding a new object requires deploying an Apex trigger first. See Click Protection: Adding Triggers for step by step instructions, including how to deploy triggers to production.

URL Scan Tester

The URL Scan Settings page includes a built-in test utility. Enter any URL manually to verify that scanning works correctly. The tester displays:

ResultDescription
Security ScoreNumeric score from the scan service (0 = malicious, 100 = safe)
Productivity ScoreNumeric score indicating productivity classification
CategoriesURL categories detected by the scan service
ActionWhat action would be taken based on current configuration

Maintenance

The URL Scan Settings page includes a Maintenance area for Click Protection cleanup.

Restore All Protected URLs

Restores original URLs into every record where Click Protection replaced them with protected redirect links.

Before the job starts, the confirmation dialog shows how many protected URLs will be restored. After confirmation, the restore runs as a background job.

Important behavior:

  1. The action rewrites original URLs back into affected records.
  2. The job runs in the background.
  3. The action cannot be undone.
  4. You receive an in app notification when the job finishes.
  5. An Audit Trail entry is written for the restore action.

Use this only when you want to turn protected links back into their original URLs across affected records.

On this page