You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
At the end of the section Display the news, there's a note with the following message:
We are again using using esc() to help prevent XSS attacks. But this time we also passed “url” as a second parameter. That’s because attack patterns are different depending on the context in which the output is used. You can read more about it here.
However, there is no "url" parameter in the code example above that note:
Documentation URL:
https://codeigniter4.github.io/userguide/tutorial/news_section.html
Description:
At the end of the section Display the news, there's a note with the following message:
However, there is no
"url"
parameter in the code example above that note:So, either the parameter is missing, or the note is superfluous here.
The text was updated successfully, but these errors were encountered: