From 4a374ad2f09c648dedc97c0103d57778754e8b03 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 1 Sep 2026 14:48:31 -0600 Subject: [PATCH 1/3] feat: verify remote stylesheets against Subresource Integrity (SRI) Adds an `integrity:` option to `Parser#load_uri!` that verifies a fetched remote stylesheet against a Subresource Integrity value (https://www.w3.org/TR/SRI/) before it is parsed, mirroring the `integrity` attribute browsers already support on ``/`