Could someone clarify what this means? For example, what does it mean that the short_description field is Unchanged in unsafe filters for a Privilege?
Tell me more
×
Stack Apps is a question and answer site for
apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.
|
|
|||
|
|
|
See the "Safety" heading in the "Custom Filters" doc. The difference between a "safe" (default) filter and an "unsafe" filter, is that the unsafe data might return data that could result in a script injection if the data was directly inserted in an HTML document. (EG: Some fields are apparently inherently devoid of potential injection problems, so even in "unsafe" filters, there is supposedly no risk of script injection. Those fields return the same data in both "safe" and "unsafe" filters and you do not have to worry about sanitizing problematic tags. Fields that are inherently safe, like that, are tagged with the " |
|||||
|