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
Explain: (1) blitz.auto_escape (2) pseudo-filters (3) anti-XSS practices
{{ $html | raw }} when blitz.auto_escape = 1
{{ $var | escape }} when blitz.auto_escape = 0 (0 by default!)
{{ $var | nl2br }}
The text was updated successfully, but these errors were encountered:
alexeyrybak
changed the title
Fix Docs: explain auto_escape ini parameter, pseudo-filters and anti-XSS approach
Fix Docs: explain blitz.auto_escape ini parameter, pseudo-filters and anti-XSS approach
May 1, 2019
Explain: (1) blitz.auto_escape (2) pseudo-filters (3) anti-XSS practices
{{ $html | raw }} when blitz.auto_escape = 1
{{ $var | escape }} when blitz.auto_escape = 0 (0 by default!)
{{ $var | nl2br }}
The text was updated successfully, but these errors were encountered: