mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-04 11:15:32 -04:00
account for uppercase request headers if send_view is hit via HTTP 1.x
This commit is contained in:
Vendored
+1
@@ -365,6 +365,7 @@
|
||||
img = new Image();
|
||||
img.onerror = options.onerror;
|
||||
img.setAttribute('draggable', 'false');
|
||||
img.setAttribute('loading', 'eager');
|
||||
attrib = options.attributes(rawText, iconId);
|
||||
for (attrname in attrib) {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user