Suggest a technique by which a browser could detect and block clickjacking attacks.
What will be an ideal response?
One possible answer is for the browser to look for and block the telltale signs of clickjacking: transparent frames, for instance.
Computer Science & Information Technology
You might also like to view...
Which of the following statements is (are) true?
A. We can use inheritance to customize existing software. B. A base class specifies commonality. C. A base class can be modified without modifying derived classes D. A derived class can be modified without modifying its derived class. a) All of the above b) None of the above c) A, B and C d) A, B and D
Computer Science & Information Technology
When a field has no value—a value that is unknown or unavailable or just missing—it is called a ____ value.
A. zero B. void C. null D. hidden
Computer Science & Information Technology