Best practice

How do I blacklist CSS Selectors?

Duplicated forms can exist with the same ID, making it impossible to perform authentication against the form.

By blacklisting with CSS selectors, it will eliminate elements that block the possibility, i.e., performing the authentication properly.

To blacklist CSS selectors, please do the following:

  1. Open your web app in a browser, i.e., Google Chrome.
  2. Right-click on the page and click Inspect.


  3. Then Right-click on the focused element


  4. Copy > Copy selector


  5. Now, login to your Security Center.
  6. Go to Asset Manager >Web applications.
  7. Select the Webapp and click on the Edit icon
  8. Click Scan Settings > Mark Enable JavaScript scanning


  9. Click on the CRAWL EXCLUSION LIST.
  10. Scroll down and mark the CSS blacklist.


  11. Paste the Copy-selector in the CSS selector field.
  12. Click OK to save
  13. Done!