JS Coding Questions Logo
JS Coding Questions
#96💼 Interview

What is same-origin policy

Advertisement

728x90

The same-origin policy is a policy that prevents JavaScript from making requests across domain boundaries. An origin is defined as a combination of URI scheme, hostname, and port number. If you enable this policy then it prevents a malicious script on one page from obtaining access to sensitive data on another web page using Document Object Model(DOM).

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 11

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
96of476