-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF127 base href forbids javascript and data URLs #23164
Conversation
Why not make use of |
@Elchi3 Honestly? I don't know how, and I don't see any value to them - certainly not beyond one or two specialist users. Edit: Certainly not "value for money" of my time. |
Okay... 🤷 I made the change in cbc3b34 for you. Merging. |
@hamishwillee wrote:
I see a lot of potential for See this Can I Use issue for example: Fyrd/caniuse#7009 I'm also side-working on a web features explorer site which shows them: https://captainbrosset.github.io/web-features-explorer/nobaseline/ (some of the red compat blocks have links to bugs, many don't, and I'm trying to fix this). My thinking is about "closing the loop". I get it that most devs will not care or have the time to interact with browser vendors, but I don't see a valid reason not to give developers a way to go from "this features is not yet implemented in browser X" to "oh, here's why, and let me vote/comment on this bug", if we can. |
@Elchi3 @captainbrosset FWIW I find the argument for a notional But Either way, it's important to you, and if this is just a matter of putting bug URL in then I will do it in future. |
PS. THanks for adding it and reviewing @Elchi3 |
Oh interesting, my understanding was that |
@captainbrosset My understanding was that "historically" it was for before official release when you didn't have full implementation, and that after release it got removed. But if you look at the schema, you are right: https://github.com/mdn/browser-compat-data/blob/main/schemas/compat-data-schema.md#impl_url So perhaps it changed. As long as the rendering can differentiate between bugs, standards positions and whatever then we're fine. If not, then you might want to adjust that section in the schema doc. |
FF127 removes support for
data:
andjavascript:
URLs in the base element href in https://bugzilla.mozilla.org/show_bug.cgi?id=1850967Related docs changes can be tracked in mdn/content#33566