Home › Forums › BulletProof Security Pro › Unlimited Element for Elementor – Event Code: WPADMIN-SBR – 403 – Whitelist Rule required
- This topic has 4 replies, 3 voices, and was last updated 3 years, 4 months ago by
aria chris.
-
AuthorPosts
-
Mickael
ParticipantHi .
I need a white list rule to preview widgets created with this pluggin.HTTP_REFERER: http://exemple.com/wp-admin/admin.php?page=unlimitedelements&view=testaddon&id=1&preview=1 REQUEST_URI: /wp-admin/admin-ajax.php?action=unlimitedelements_ajax_action&nonce=94c91be2ab&client_action=show_preview&data=%7B%22items%22%3A%22%22%2C%22fonts%22%3A%22%22%2C%22config%22%3A%7B%22post_posttype%22%3A%22post%22%2C%22post_category%22%3A%22%22%2C%22post_category_relation_unite_selected_text%22%3A%22And%22%2C%22post_category_relation%22%3A%22AND%22%2C%22post_excludeby%22%3Afalse%2C%22post_maxitems%22%3A%2210%22%2C%22post_orderby_unite_selected_text%22%3A%22Post%20ID%22%2C%22post_orderby%22%3A%22ID%22%2C%22post_orderby_meta_key1%22%3A%22%22%2C%22post_orderdir1_unite_selected_text%22%3A%22Descending%22%2C%22post_orderdir1%22%3A%22DESC%22%2C%22post_queryid%22%3A%22%22%2C%22tab_background_color%22%3A%22%23ffffff%22%2C%22heading_background_color%22%3A%22%23f1f5f8%22%2C%22heading_active_bg_color%22%3A%22%233e4bf7%22%2C%22heading_active_color%22%3A%22%23ffffff%22%7D%2C%22name%22%3A%22blox_article_rounded_tabs%22%2C%22addontype%22%3A%22elementor%22%2C%22extra%22%3A%7B%22title%22%3A%22Article%20Rounded%20Tabs%22%2C%22url_icon%22%3A%22http%3A%2F%2Fexemple.com%2Fwp-content%2Fplugins%2Funlimited-elements-for-elementor%2Fprovider%2Fassets%2Fimages%2Ficon_default_addon.png%22%2C%22admin_labels%22%3A%5B%5D%7D%7D QUERY_STRING: action=unlimitedelements_ajax_action&nonce=94c91be2ab&client_action=show_preview&data=%7B%22items%22%3A%22%22%2C%22fonts%22%3A%22%22%2C%22config%22%3A%7B%22post_posttype%22%3A%22post%22%2C%22post_category%22%3A%22%22%2C%22post_category_relation_unite_selected_text%22%3A%22And%22%2C%22post_category_relation%22%3A%22AND%22%2C%22post_excludeby%22%3Afalse%2C%22post_maxitems%22%3A%2210%22%2C%22post_orderby_unite_selected_text%22%3A%22Post%20ID%22%2C%22post_orderby%22%3A%22ID%22%2C%22post_orderby_meta_key1%22%3A%22%22%2C%22post_orderdir1_unite_selected_text%22%3A%22Descending%22%2C%22post_orderdir1%22%3A%22DESC%22%2C%22post_queryid%22%3A%22%22%2C%22tab_background_color%22%3A%22%23ffffff%22%2C%22heading_background_color%22%3A%22%23f1f5f8%22%2C%22heading_active_bg_color%22%3A%22%233e4bf7%22%2C%22heading_active_color%22%3A%22%23ffffff%22%7D%2C%22name%22%3A%22blox_article_rounded_tabs%22%2C%22addontype%22%3A%22elementor%22%2C%22extra%22%3A%7B%22title%22%3A%22Article%20Rounded%20Tabs%22%2C%22url_icon%22%3A%22http%3A%2F%2Fexemple.com%2Fwp-content%2Fplugins%2Funlimited-elements-for-elementor%2Fprovider%2Fassets%2Fimages%2Ficon_default_addon.png%22%2C%22admin_labels%22%3A%5B%5D%7D%7D
Thanks for your help.
AITpro Admin
Keymaster1. Copy the wp-admin htaccess code below into this BPS wp-admin Custom Code text box: 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
2. Click the save wp-admin Custom Code button.
3. Go to the Security Modes page and click the wp-admin folder BulletProof Mode Activate button.Note: If you already have some existing htaccess code in Custom Code text box: 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES, run the Pre-Installation Wizard and Setup Wizard again. The Wizards will automatically sort the Skip rules (S=2, S=3, etc.) in the correct order.
# admin-ajax.php skip/bypass rule RewriteCond %{REQUEST_URI} (admin-ajax\.php) [NC] RewriteRule . - [S=2]
Mickael
ParticipantOkay. I had tested this code, but I must have made a mistake because it actually works.
thank you;)
AITpro Admin
KeymasterThanks for confirming the admin-ajax.php whitelist rule worked.
aria chris
ParticipantMany thanks for this post.
-
AuthorPosts
- You must be logged in to reply to this topic.