Unsafe features

Table of contents

  1. What is unsafe features
  2. What features are disabled
  3. How to turn unsafe features on

What is unsafe features

Unsafe features is a set of plugin features that may potentially harm your website if you have non-admin users (registered users with edit permissions) on your site. For example, a regular user with Subscriber role may use the following shortcode to display arbitrary Javascript code on your site:

[su_button onclick="alert();"][/su_button]

To prevent possible vulnerabilities the plugin will automatically disable such features once you have at least one non-admin user on your site.

What features are disabled

How to turn unsafe features on

If you are 100% sure your users won’t harm your website and you need to use an unsafe feature, navigate to Dashboard → Shortcodes → Settings → Advanced settings and turn on the Unsafe features option.

Helpful?
🤝 Thank you!