Advertisement
Guest User

Untitled

a guest
Dec 6th, 2014
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. FLASHBLOCK 1.5.17.1 SECURITY CHECK
  2. ----------------------------------
  3. FLASHBLOCK 1.5.17 downloaded from addons.mozilla.com
  4. FLASHBLOCK 1.5.17.1 downloaded from https://mega.co.nz/#!sh913IgJ!Vu0_w6GhUEW6joPe0eB2wf1ONliQEFkcmqf97pTQSU4
  5.  
  6. Check methodology: The *.xpi files have been extracted with an unzip tool. Then, the inner chrome/flashblock.jar file has also been extracted with a unzip tool (that is, the binary difference below
  7. >>>>>>>>>>
  8. BEGIN DIFF
  9. <<<<<<<<<<
  10. [username@password ~]$ diff -r old new
  11. diff -r old/chrome/content/flashblock/flashblock.xml new/chrome/content/flashblock/flashblock.xml
  12. 8c8
  13. < <binding id="flash">
  14. ---
  15. > <binding id="flash" bindToUntrustedContent="true">
  16. 104a105,106
  17. > parent.removeChild(current);
  18. > parent.appendChild(current);
  19. 333c335
  20. < <binding id="director" extends="#flash">
  21. ---
  22. > <binding id="director" extends="#flash" bindToUntrustedContent="true">
  23. 339c341
  24. < <binding id="authorware" extends="#flash">
  25. ---
  26. > <binding id="authorware" extends="#flash" bindToUntrustedContent="true">
  27. 345c347
  28. < <binding id="silverlight" extends="#flash">
  29. ---
  30. > <binding id="silverlight" extends="#flash" bindToUntrustedContent="true">
  31. 351c353
  32. < <binding id="brokenobject">
  33. ---
  34. > <binding id="brokenobject" bindToUntrustedContent="true">
  35. 450a453,454
  36. > parent.removeChild(current);
  37. > parent.appendChild(current);
  38. 704c708
  39. < <binding id="sifr-replaced">
  40. ---
  41. > <binding id="sifr-replaced" bindToUntrustedContent="true">
  42. 731c735
  43. < <binding id="sifr-alternate">
  44. ---
  45. > <binding id="sifr-alternate" bindToUntrustedContent="true">
  46. diff -r old/chrome/content/flashblock/version.dtd new/chrome/content/flashblock/version.dtd
  47. 1c1
  48. < <!ENTITY extension.version "1.5.17">
  49. ---
  50. > <!ENTITY extension.version "1.5.17.1">
  51. diff -r old/chrome/content/flashblock/videoblock.xml new/chrome/content/flashblock/videoblock.xml
  52. 8c8
  53. < <binding id="html5video">
  54. ---
  55. > <binding id="html5video" bindToUntrustedContent="true">
  56. diff -r old/install.rdf new/install.rdf
  57. 10c10
  58. < <em:version>1.5.17</em:version>
  59. ---
  60. > <em:version>1.5.17.1</em:version>
  61. >>>>>>>>
  62. END DIFF
  63. <<<<<<<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement