Remove TODO
Turns out link headers aren't supported (anymore) after all.
This commit is contained in:
parent
466f0a3f59
commit
26836d68d0
@ -55,8 +55,6 @@ module Manifique
|
||||
end
|
||||
|
||||
def discover_web_manifest_url(links, doc)
|
||||
# TODO implement/test link header discovery
|
||||
# if url = links.by_rel('manifest').target.to_s or
|
||||
if url = doc.at_css("link[rel=manifest]").attributes["href"].value
|
||||
return url
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user