Multiple choice technology security

As per the JavaScript Security Model,scripts can interact only with elements that originate from the same server as the page to which the script belongs.This is commonly known as

  1. Same Source Policy

  2. Same Server Policy

  3. Same Domain Policy

  4. Same Origin Policy

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Same-Origin Policy (SOP) restricts scripts on one page from accessing sensitive data on another unless they share the same scheme, host, and port. The other options are incorrect terms.