--- wp-includes/blocks.php	2025-03-06 21:37:10
+++ wp-includes/blocks-new.txt	2025-03-06 21:11:16
@@ -2642,7 +2642,7 @@
 		if ( ! empty( $block->context['query']['taxQuery'] ) ) {
 			$tax_query = array();
 			foreach ( $block->context['query']['taxQuery'] as $taxonomy => $terms ) {
-				if ( is_taxonomy_viewable( $taxonomy ) && ! empty( $terms ) ) {
+				if ( ! empty( $terms ) ) {
 					$tax_query[] = array(
 						'taxonomy'         => $taxonomy,
 						'terms'            => array_filter( array_map( 'intval', $terms ) ),
