Changeset 2113


Ignore:
Timestamp:
03/02/10 09:59:41 (14 years ago)
Author:
amuller
Message:

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

File:
1 edited

Legend:

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

    r1970 r2113  
    18301830                                for (var i = 0; i < domains.length; i++) 
    18311831                                { 
     1832                                        if (imgTag[j].match(/cid:([\w\d]){5,}/) || imgTag[j].match(/src=\"\.\/inc\/show_embedded_attach\.php/g)) 
     1833                                        { 
     1834                                                forbidden = false; 
     1835                                                continue; 
     1836                                        } 
    18321837                                        imgSource = imgTag[j].match(/=['"](http:\/\/)+[^'"\/]*/); 
    18331838                                        if (imgSource && imgSource.toString().substr(5).match(domains[i])) 
Note: See TracChangeset for help on using the changeset viewer.