Help Center/ Cognitive Engagement Center/ User Guide/ Tenant Administrator Guide/ Co-browsing/ Adding a Sensitive Information Rule for Co-browsing
Updated on 2023-10-12 GMT+08:00

Adding a Sensitive Information Rule for Co-browsing

Prerequisites

  1. The co-browsing feature has been enabled for the tenant.
  2. The agent is a tenant environment administrator.

Procedure

  1. Sign in to the AICC as a tenant administrator and choose Configuration Center > Expansion Management > Co-browsing.
  2. Choose New.
  3. Set Rule name.

    The value must:
    • Contain only letters, digits, and underscores (_).
    • Contain a maximum of 128 characters.

  4. Set Page Match Type as required.

    1. Universal match: The rule takes effect for all pages that are browsed collaboratively under the tenant.

      For example, all password text boxes and the Submit button are shielded.

    2. Match by URL path: The pattern of the URL accessed by the browser can be configured. The rule is the same as that of AntPathMatcher of Spring.

      ?: matches a single character.

      *: matches zero or more characters.

      **: matches zero or more paths (multi-level paths separated by slashes).

      Example: https://localhost:63343/**

    3. Match by page ID: Universal match and Match by URL path cannot accurately select a page. In this case, Match by page ID can be used.

      The cobrowse_page_id parameter is carried in the page URL for exact matching.

  5. (Optional) Set Page Match Config. This step is required when Page Match Type is set to Match by URL path or Match by page ID.

    The value can contain a maximum of 1024 characters.

  6. Set Page Element Selector. The selected page elements are shielded during co-browsing.

    The value must:
    • Be in a format that meets the syntax requirements of the CCS selector.
    • Contain a maximum of 1024 characters.

    Example: #input

  7. Click Complete.

Follow-up Procedure

You can perform the following operations on a created rule:

  • Edit
  • Delete