Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
This feels like it should be a simple matter of an ability check, like we do in many other places when deciding what to show to a specific user. However, this particular link is coming from an abi...
Answer
#1: Initial revision
This feels like it *should* be a simple matter of an ability check, like we do in many other places when deciding what to show to a specific user. However, this particular link is coming from an ability description that is seeded in the database itself -- our code simply renders the HTML it's given, and that HTML is *just* HTML, not context-aware code. We could try to do something fancier to intercept the link, but that would mean writing some specific, fragile code that might fail for some other deployment if that seeded text were to change in the future. All things considered, an HTTP error when trying to access content the text labeled as restricted does not seem terrible, even if in an ideal world we would have caught it. I'm going to tag this `status-declined` but it's more `status-live-with-it-unfortunately`.