Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
radioreal
tagDiv Member

Hi Simion,

Thank you again. After your database correction, I was able to activate the Newspaper theme successfully.

The license is now registered and assigned to:

https://realnews.com.br/

The My License panel shows realnews.com.br as ACTIVE, and the Prebuilt Websites section is loading correctly again.

Just as a technical note: we are using a WordPress snippet to improve wp-admin performance by limiting external HTTP requests, but we added a whitelist for WordPress, Envato, ThemeForest and tagDiv hosts.

This is the current snippet:

`php
add_filter(‘block_local_requests’, ‘__return_false’);

if (!defined(‘WP_HTTP_BLOCK_EXTERNAL’)) {
define(‘WP_HTTP_BLOCK_EXTERNAL’, true);
}

if (!defined(‘WP_ACCESSIBLE_HOSTS’)) {
define(
‘WP_ACCESSIBLE_HOSTS’,
‘api.wordpress.org,downloads.wordpress.org,wordpress.org,*.wordpress.org,api.envato.com,envato.com,*.envato.com,themeforest.net,*.themeforest.net,tagdiv.com,www.tagdiv.com,*.tagdiv.com,cloud.tagdiv.com’
);
}
`

At the moment, the license, My License panel and Prebuilt Websites section are working correctly with this snippet enabled.

Could you please confirm if these tagDiv/Envato hosts are enough for Newspaper license validation, updates and cloud features, or if any additional tagDiv host should be added to the whitelist?

I appreciate your help and the correction on your side.

Regards,
Wagner Andrade
Real News

Viewing 1 post (of 1 total)