Changeset 2111


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r2074 r2111  
    18631863                                for (var i = 0; i < domains.length; i++) 
    18641864                                { 
     1865                                        if (imgTag[j].match(/cid:([\w\d]){5,}/) || imgTag[j].match(/src=\"\.\/inc\/show_embedded_attach\.php/g)) 
     1866                                        { 
     1867                                                forbidden = false; 
     1868                                                continue; 
     1869                                        } 
    18651870                                        imgSource = imgTag[j].match(/=['"](http:\/\/)+[^'"\/]*/); 
    18661871                                        if (imgSource && imgSource.toString().substr(5).match(domains[i])) 
Note: See TracChangeset for help on using the changeset viewer.