We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6aa6d commit 0986c7eCopy full SHA for 0986c7e
plugins/jquery-filters.php
@@ -88,6 +88,10 @@
88
return 1024 * 1024;
89
} );
90
91
+// Disable the new image sizes feature.
92
+// It adds a style tag that would require a CSP exception.
93
+add_filter( 'wp_img_tag_add_auto_sizes', '__return_false' );
94
+
95
// Allow full HTML in term descriptions.
96
add_action( 'init', 'jquery_unfiltered_html_for_term_descriptions' );
97
add_action( 'set_current_user', 'jquery_unfiltered_html_for_term_descriptions' );
0 commit comments