From 27dc1124248e1a7fe59f0c9f68791a07d02b199c Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 24 May 2024 15:33:36 +1000 Subject: [PATCH] FF127Relnote- data: and javascript: URLS forbidden in base HREF --- files/en-us/mozilla/firefox/releases/127/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/127/index.md b/files/en-us/mozilla/firefox/releases/127/index.md index d4ccf20e88fe56b..3bfe60716efc89e 100644 --- a/files/en-us/mozilla/firefox/releases/127/index.md +++ b/files/en-us/mozilla/firefox/releases/127/index.md @@ -14,6 +14,8 @@ This article provides information about the changes in Firefox 127 that affect d ### HTML +- `data:` and `javascript:` URLs are now forbidden in the [`href`](/en-US/docs/Web/HTML/Element/base#href) attribute of the `` element ([Firefox bug 1850967](https://bugzil.la/1850967)). + #### Removals ### CSS