Posts about gutenberg written by Benjamin Zekavica, Jessica Lyschik, Fabian Kägy, annezazu, ramonopoly, Birgit Pauli-Haack, Héctor Prieto, and Carlos Bravo| Make WordPress Core
WordPress 6.2 introduces WP_HTML_Tag_Processor – a tool for block authors to adjust HTML tag attributes in block markup within PHP. It’s the first component in a new HTML processing API…| Make WordPress Core
The HTTP Content-Security-Policy response header allows website administrators to control resources the user agent is allowed to load for a given page. With a few exceptions, policies mostly involve specifying server origins and script endpoints. This helps guard against cross-site scripting attacks.| MDN Web Docs