mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
wombat: also rewrite src= in video and audio tags
This commit is contained in:
parent
1937319271
commit
f3dc256503
@ -688,7 +688,7 @@ _WBWombat = (function() {
|
||||
}
|
||||
|
||||
override_attr(created, "src");
|
||||
} else if (created.tagName == "IMG") {
|
||||
} else if (created.tagName == "IMG" || created.tagName == "VIDEO" || created.tagName == "AUDIO") {
|
||||
override_attr(created, "src");
|
||||
}
|
||||
// } else if (created.tagName == "A") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user