Ticket #9663: scriptFragment_safari_fix.diff
| File scriptFragment_safari_fix.diff, 439 bytes (added by jdalton, 10 months ago) |
|---|
-
prototype.js
old new 20 20 document.createElement('form').__proto__ 21 21 }, 22 22 23 ScriptFragment: '<script[^>]*>([ \\S\\s]*?)<\/script>',23 ScriptFragment: '<script[^>]*>([^\\x00]*?)<\/script>', 24 24 JSONFilter: /^\/\*-secure-([\s\S]*)\*\/\s*$/, 25 25 26 26 emptyFunction: function() { },