From 031796bd5ec953677b4dd020aacaf5ae4fa1b22d Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 15 May 2024 14:45:27 -0400 Subject: [PATCH] CSP bug reproduction: update for Firefox fix --- content/meta/csp-bug-reproduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/meta/csp-bug-reproduction.md b/content/meta/csp-bug-reproduction.md index d7ae761..88b9515 100644 --- a/content/meta/csp-bug-reproduction.md +++ b/content/meta/csp-bug-reproduction.md @@ -80,6 +80,8 @@ Note the following: - If you can only reproduce the fourth and fifth page: the offending directive is `sandbox` without `allow-same-origin`. +I'm also interested in differences for Firefox users pre- and post- version 128, since [this bug was apparently fixed in Firefox 128](https://bugzilla.mozilla.org/show_bug.cgi?id=1411641). + Other places to test --------------------