]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Merge branch 'tom/noreferrer' into 'nightly'
authormmn <mmn@hethane.se>
Fri, 17 Jun 2016 20:32:39 +0000 (16:32 -0400)
committermmn <mmn@hethane.se>
Fri, 17 Jun 2016 20:32:39 +0000 (16:32 -0400)
commit2e8a5aeb23ba732c742db876d3ef7be7b292ccea
treecac0894ceaf78498d02ee84f0cd7cb573caa2308
parent005b4c8dd1a76d254be096dd5819587ebf59f4fa
parentc1537a1e82434a2fa11c27fac8df9b52200e2a39
Merge branch 'tom/noreferrer' into 'nightly'

Use noreferrer when linkifying attachments and allow this value in purifier

If you click on a link in your main timeline this effectively identifies you to the site that you visited via the Referer header. (Who goes around reading other people's /user/all, honestly?)

Annoyingly our notice content is already HTML. Rather than attempt to parse and modify the tags in flight, this modification takes the simpler approach of adding the noreferrer tag to inline links by default when notices are composed.

See merge request !127