You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, whenever I do a scan it always seems to return strings from these two categories.
I've tried excluding it from the scan by adding 'ignoredCategories' => ['javascript'], to the config file but it doesn't seem to do anything. If I try to exclude a different category in this way it works fine.
The strings seem to be stored in the backend of the extension, so it's odd that it grabs them when I've set the root to the front end and set scanning the root parent directory to false.
But regardless, even if it's scanning these strings it shouldn't return them if I've configured it to ignore this category.
The text was updated successfully, but these errors were encountered:
Hey, whenever I do a scan it always seems to return strings from these two categories.
I've tried excluding it from the scan by adding
'ignoredCategories' => ['javascript']
, to the config file but it doesn't seem to do anything. If I try to exclude a different category in this way it works fine.The strings seem to be stored in the backend of the extension, so it's odd that it grabs them when I've set the root to the front end and set scanning the root parent directory to false.
But regardless, even if it's scanning these strings it shouldn't return them if I've configured it to ignore this category.
The text was updated successfully, but these errors were encountered: