Which two preventive measures are used to control cross-site scripting? (Choose two)

Which two preventive measures are used to control cross-site scripting? (Choose two)
A . Disable cookie inspection in the HTML inspection engine.wrong
B . Incorporate contextual output encoding/escaping
C . Enable client-side scripts on a per-domain basis
D . Run untrusted HTML input through an HTML sanitization engine.
E . Same Site cookie attribute should not be used.

Answer: BC

Latest 350-701 Dumps Valid Version with 327 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Audioslave
Audioslave
3 years ago

Correct Answers are:
B . Incorporate contextual output encoding/escaping
and
D . Run untrusted HTML input through an HTML sanitization engine.

These are checks that a developer of the web application should take to mitigate XSS attacks.