93
edits
(→Installing and updating: Add line breaks between three bugs) |
(→Origins and cookie jars: correct a typo) |
||
| Line 199: | Line 199: | ||
Signed content must never be considered same-origin with unsigned content, or content from another signed package. This is to ensure that unsigned content from the same https domain can't open the signed content in an <iframe> and then reach in to the opened page and use its privileges. | Signed content must never be considered same-origin with unsigned content, or content from another signed package. This is to ensure that unsigned content from the same https domain can't open the signed content in an <iframe> and then reach in to the opened page and use its privileges. | ||
The mechanism which is used to ensure that signed packages get a unique cookie jar should also be used to make sure that principals from signed | The mechanism which is used to ensure that signed packages get a unique cookie jar should also be used to make sure that principals from signed and unsigned pages are never considered same-origin. | ||
♦ '''Issue:''' Figure out exactly what field to use to indicate which signed package a principal belongs to. | ♦ '''Issue:''' Figure out exactly what field to use to indicate which signed package a principal belongs to. | ||
edits