Property reference

com.snc.pdf.whitelisted_urls

The com.snc.pdf.whitelisted_urls property defines a list of URLs that are permitted for use in SVG to PDF conversion processes. Admins need to configure this property to ensure that only approved image links are used, preventing errors during conversion.

Default: Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies a comma-separated list of URLs that can be accessed during SVG to PDF conversions, ensuring compliance with security protocols.
What area does it affect? SVG to PDF conversion
What does the default mean? No default value is documented in this property record.
When should you review it? Review this property when setting up or troubleshooting SVG to PDF conversion functionalities.

Out of the box property record

Raw metadata from the property record.

Property name com.snc.pdf.whitelisted_urls
Sys ID e282e5f75b133010fa8806db5381c7fd
Type string
Application Global
Default value
Description Provide the comma separated list of all the whitelisted URLs which are accessible from ServiceNow instances.This property is used during SVG to PDF conversion APIs where the svg inputs provided can only contain image hyperlinks to these whitelisted URLs otherwise the APIs will error out.
Updated 2024-05-25 03:39:12

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... in the generated PDF. If the system property glide.pdf.url.whitelisting.enabled is set to true, the PDF does not process URL content unless it is listed in the Value field of the com.snc.pdf.whitelisted_urls system property. These properties are listed in the System Properties [sys_properties] table. For more information, see Available system properties . Note: The maximum PDF size is 50 MB. The methods ...
Documentation excerpt View supporting context
Context preview Snippet 2
... be evaluated by the KPI Signals Insight Job. After this number of processes have been evaluated, the remaining processes are ignored. • Type: Integer • Default: 1000 • Maximum: 10,000 com.snc.pdf.whitelisted_urls Stores a list of URLs allowed to be rendered in a PDF generated by the PDFGenerationAPI - Scoped, Global . This list is only verified if the glide.pdf.url.whitelisting.enabled property is ...