Confirmed users
29
edits
No edit summary |
Junior Hsu (talk | contribs) (Prevent Pages to Be Embedded {{bug|1043110}}) |
||
| Line 72: | Line 72: | ||
=== Prevent Pages to Be Embedded {{bug|1043110}} === | === Prevent Pages to Be Embedded {{bug|1043110}} === | ||
Widgets' pages MUST be listed in "widgetPages" field which is the white list of widget pages. All pages in this list can be accessed through widget iframe. Others are shown as error pages, including other app pages and external pages. If the widget frame's src points to a page which is NOT listed in widgetPages, | Widgets' pages MUST be listed in "widgetPages" field which is the white list of widget pages. All pages in this list can be accessed through widget iframe. Others are shown as error pages, including other app pages and external pages. If the widget frame's src points to a page which is NOT listed in widgetPages, | ||
*for existing app page: show | *for existing app page: show NS_ERROR_MALFORMED_URI | ||
*for missing app page: show | *for missing app page: show NS_ERROR_MALFORMED_URI | ||
*for external web page: show | *for external web page: show NS_ERROR_MALFORMED_URI | ||
=== Other Notes === | === Other Notes === | ||