What is cross site scripting ? How do you ensure from drupal end?
Answer / Sachin Chauhan
Cross-Site Scripting (XSS) is a security vulnerability that allows attackers to inject malicious scripts into web pages. To mitigate XSS in Drupal, developers can use the core's built-in filter system, properly sanitize user input, and apply contextual filters for output escaping.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are blocks in drupal?
What are the translations available in Drupal?
Which modules used for data migration?
Which module can be used for e-commerce?
What is the use of Add to Cart Form Settings field in receive donation
Did you used the panel module? If yes then what is the use of that?
Explain coding standards in drupal?
How do I create a view in drupal 7?
How to add custom php codes in pages using drupal?
What is a patch in drupal and how will we apply patch in drupal?
Which module used to validate drupal code?
What is permission in drupal ?