hasgeek / eventframe

Eventframe
16 stars 6 forks source link

Is bleach causing links in pages to have rel="nofollow"? #4

Closed jace closed 12 years ago

jace commented 12 years ago

Baseframe recently switched to bleach for sanitizing HTML in RichTextWidget. Bleach adds rel="nofollow" to links by default. This is undesirable in Eventframe because these are admin-created pages.

  1. Check if this is happening
  2. File a ticket in Baseframe to provide an option in RichTextField to prevent bleaching.
  3. Use that option everywhere in Eventframe.
nigelbabu commented 12 years ago

Yes, it is. I'll fix it in baseframe. Do you want to default that option in RichTextWidget to prevent nofollow or only in eventframe?

nigelbabu commented 12 years ago

Open pull request for baseframe https://github.com/hasgeek/baseframe/pull/8