Same-Origin Policy

Same-origin policy

The same-origin policy is an important concept in web application security that prevents malicious scripts from accessing sensitive data on another web page. It applies only to scripts, not resources like images and CSS, and can be bypassed with HTML tags. This policy is important for maintaining the confidentiality and integrity of data provided by unrelated sites.

2 courses cover this concept

CS 161: Computer Security

UC Berkeley

Summer 2022

This course offers an introduction to computer security, including cryptography, operating system security, network security, and software security. It uses case studies from real-world systems. Prerequisites include experience working with large codebases and a basic understanding of modular arithmetic/set notation.

No concepts data

+ 40 more concepts

CS1660: Computer Systems Security

Brown University

Spring 2022

CS1660 delivers a balanced mix of theory and practice in computer systems security. Starting with the foundational aspects of cryptography, the course navigates through security aspects of web applications, operating systems, and networks. Students will hone their "security mindset," learning to identify vulnerabilities and understand defenses across different domains.

No concepts data

+ 38 more concepts