Add Data URI limit for Opera
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 29 Jun 2009 18:35:29 +0000 (12:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 29 Jun 2009 18:35:29 +0000 (12:35 -0600)
framework/Browser/lib/Horde/Browser.php

index e36f2f5..022b0e8 100644 (file)
@@ -351,7 +351,7 @@ class Horde_Browser
                     $this->setFeature('javascript', 1.5);
                 }
                 if ($this->_majorVersion >= 9) {
-                    $this->setFeature('dataurl');
+                    $this->setFeature('dataurl', 4100);
                     if ($this->_minorVersion >= 5) {
                         $this->setFeature('rte');
                     }