mirror of https://github.com/gophish/gophish
Added alt attribute to tracking images. Fixes #447
parent
f195a8c7d9
commit
19021b6c91
|
@ -124,7 +124,7 @@ func processCampaign(c *models.Campaign) {
|
||||||
t,
|
t,
|
||||||
c.URL + "?rid=" + t.RId,
|
c.URL + "?rid=" + t.RId,
|
||||||
c.URL + "/track?rid=" + t.RId,
|
c.URL + "/track?rid=" + t.RId,
|
||||||
"<img style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
"<img alt='' style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
||||||
fn,
|
fn,
|
||||||
}
|
}
|
||||||
// Parse the templates
|
// Parse the templates
|
||||||
|
|
Loading…
Reference in New Issue