---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Using JavaScript Content Access Control

# Using JavaScript Content Access Control {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

If you're an upgraded customer, you can use JavaScript Content Access Control to
modify the list of blocked third-party JavaScript URLs within your instance.

## Vorbereitungen

If you're an upgraded customer, you have read and write access to the table.

If you're a new customer, all records are hidden. Contact ServiceNow® Support for assistance.

Role required: admin

## Prozedur

1. In the application navigator, search for `sys_js_content_provider_rule.list`.
2. Click New.
3. On the form, fill in the fields.  
   {#javascript-content-access-control__table_qxz_1xr_g5b__entry__2}

   | Field | Description |
   |-|-|
   | Active | Option that when selected, the rule becomes active. When cleared, if no other rules match, the Path URL is admitted. |
   | Path | Absolute URL to a JavaScript file. Hinweis: Every path has four variations. For example, the path `/scripts/lib/jquery/jquery-1.8.2.min.js` blocks the following URLs: * /scripts/lib/jquery/jquery-1.8.2.min.js * /scripts/lib/jquery/jquery-1.8.2.min.jsx * /lib/jquery/jquery-1.8.2.min.js * /lib/jquery/jquery-1.8.2.min.jsx {#javascript-content-access-control__ul_arj_fxr_g5b} |
   | Action | Option to * Deny: The server returns a 404 Not Found response for the Path URL or any of its variations. * Allow: The server returns the contents of the file for the Path URL or any of its variations. * Redirect: The server returns the contents of an alternate file as specified in the Redirect Path field. {#javascript-content-access-control__ul_ls5_1zr_g5b2} |
   | Application | Option that specifies the scope of the rule. Global is the default. Hinweis: This functionality is not scope/application or domain dependent. |
   | Redirect path | Field that clarifies the path to redirect to. When Action is set to Redirect, a request for the Path URL is served the contents from this URL instead. |
   [Tabelle : 1. JavaScript Content Provider Rule]

   {#javascript-content-access-control__table_qxz_1xr_g5b}
4. Click Submit.

