Changeset 2157 for branches/2.0


Ignore:
Timestamp:
03/03/10 17:11:23 (14 years ago)
Author:
niltonneto
Message:

Ticket #937 - Evitar mensagens com bloqueio de imagens dele mesmo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/js/draw_api.js

    r1702 r2157  
    17291729                        for (var i = 0; i < domains.length; i++) 
    17301730                        { 
     1731                                if (imgTag[j].match(/cid:([\w\d]){5,}/) || imgTag[j].match(/src=\"\.\/inc\/show_embedded_attach\.php/g))  
     1732                                {  
     1733                                        forbidden = false;  
     1734                                        continue;  
     1735                                }  
    17311736                                imgSource = imgTag[j].match(/=['"](http:\/\/)+[^'"\/]*/); 
    17321737                                if (imgSource && imgSource.toString().substr(5).match(domains[i])) 
Note: See TracChangeset for help on using the changeset viewer.