Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Properly set title#82

Open
ericboehs wants to merge 1 commit intoigor-alexandrov:masterfrom
ericboehs:patch-2
Open

Properly set title#82
ericboehs wants to merge 1 commit intoigor-alexandrov:masterfrom
ericboehs:patch-2

Conversation

@ericboehs
Copy link

Partially resolves #81 (X-Wiselinks-Title header only).

This works for me. I'm not sure if the || condition is getting called in my case so I'd like someone to test that.

Also, HTML entities (e.g. & or ') need to be decoded. Neither Javascript, jQuery or Underscore provide a clean way to do this.

Vanilla JS (coffee): str.replace /&#(\d+);/g, (_,d) -> String.fromCharCode(d))
jQuery: $('<p>').html(str).text() (what I used)
Underscore: _.unescape str (only works on 5 common entities but not &#39;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Response headers X-Wiselinks-Title, X-Wiselinks-Description, etc is not processed

1 participant