Is it necessary to filter/escape unsafe variables in <title> or other tags in <head> to prevent XSS?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Strictly speaking it is necessary to do If you come to a point where this produces a wrong result (i.e. HTML code is showing up in the browser because of double encoding) you have found a design flaw in your application. XSS would not be a problem if people would stick to this simple rule. |
||||
|
|
|
Yes. You should always use the |
|||
|
|