Hi finomeno,
a change to the plugin to let customize this settings by filter will be released within the next release.
If you want to try it right now, please change line 124 of wp-content/plugins/yith-woocommerce-brands-add-on/include/class.yith-wcbr.php
from this
'hierarchical' => true,
to this
'hierarchical' => true,
'with_front' => apply_filters( 'yith_wcbr_taxonomy_with_front', false )
Then, please regenerate your permalinks: navigate to WP Dashboard -> Settings -> Permalinks and save your options as they are
I will add this change within next revision, but default value will be true, to avoid permalink braks for all plugin users
Anyway, you can change it simply by adding this code to functions.php file of your theme
add_filter( 'yith_wcbr_taxonomy_with_front', '__return_false' );
Let me know if this helps
Have a nice day ??