ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
923 stars 219 forks source link

Anchors without rel="nofollow" break AJAX calls in admin panel #4285

Open carlosnarro opened 1 year ago

carlosnarro commented 1 year ago

With Wordpress updated and all plugins in the latest version of Wordpress (6.1), nothing appears in the Unyson edit panel. The error console shows something related to rel="nofollow". It seems that at some point, Wordpress or one of my plugins adds this tag automatically to all links. This causes errors with inverted commas in Ajax calls. To solve it I added the rel="nofollow" tag in all the links of your plugin and then everything is back to normal.

I think this could be added in an inexpensive way, without generating any new errors and saving a lot of people from problems, I guess it didn't just happen to me. It took me hours to understand the problem, but few minutes to modify the whole plugin to fix it.

I hope you can fix it. This way I can keep my plugin up to date without having to do strange things.

Thanks!