PbootCMS百度编辑器UEDITOR给超链接默认添加rel="nofollow"标签

COS、CDN
wdzsjl 2周前 (01-01) 阅读数 30 #常见报错代码
  1. 修改 /core/extend/ueditor/dialogs/link/link.html 第81行:
    'href': href, 'target': $G("target").checked ? "_blank" : "_self", 'title': $G("title").value.replace(/^\s+|\s+$/g, ''), 'rel': 'nofollow', '_href': href
  2. 修改 /core/extend/ueditor/ueditor.config.js 第370行:
    a: ['target', 'href', 'title', 'class', 'style', 'name', 'rel', 'id'],

 

COS、CDN
热门