cabrerahector / wordpress-popular-posts

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.
https://wordpress.org/plugins/wordpress-popular-posts/
GNU General Public License v2.0
280 stars 82 forks source link

Remove inline script tags from admin area for future compatibility with WordPress and CSP #288

Closed cabrerahector closed 2 years ago

cabrerahector commented 3 years ago

The WordPress team is slowly moving towards implementing full compatibility with CSP. See: Remove inline event handlers and JavaScript URIs for Strict CSP-compatibility.

To save my Future Self from unnecessary stress let's make sure the plugin doesn't use any inline script tags on the admin area.

cabrerahector commented 2 years ago

Implemented in bbba7a7 and 0a09510.