Browse Source

more link cleanup

tags/v1.0.5
Jonathan Cobb 4 years ago
parent
commit
ea7b734aaa
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs

+ 3
- 0
bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs View File

@@ -253,6 +253,9 @@ function {{JS_PREFIX}}_apply_blocks(blocked_users) {
href = {{JS_PREFIX}}_remove_param(href, '__tn__');
href = {{JS_PREFIX}}_remove_param(href, 'refid');
a.href = href;
a.rel = 'noopener noreferrer nofollow';
a.removeAttribute('data-gt');
a.removeAttribute('data-sigil');
});
}
}

Loading…
Cancel
Save