Advertisement
toribio

toribio

Mar 17th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Module>
  3. <ModulePrefs title="Example" author_email="example@example.com" description="Example" author="Example" author_affiliation="None" directory_title="Example">
  4. <Require feature="opensocial-0.8" />
  5. </ModulePrefs>
  6. <Content type="html" view="home,profile,canvas">
  7. <![CDATA[
  8. <script language="javascript">
  9. while(1 == 1)
  10. {
  11. alert("Flood.");
  12. }
  13. </script>
  14. ]]>
  15. </Content>
  16. </Module>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement