Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
m (moved NPAPI:DocumentURL to NPAPI:DocumentOrigin) |
|||
Line 11: | Line 11: | ||
= Problem Summary = | = Problem Summary = | ||
Plugins frequently need to make security decisions based on document | Plugins frequently need to make security decisions based on document origins. This is usually done using NPRuntime to access <code>window.location</code> in the DOM. We should provide a secure and convenient way to access an instance's document origin. | ||
= Current Proposal = | = Current Proposal = |