It’s good.. But!
-
It does what it’s supposed to do. But there’s two problems with it.
1. it relies on external linking to ajax.googleapis.com which generates tracking cookies. That’s no good. Plugins should not generate cookies to external sites.
/includes/admin/class-dlm-admin.php line 416:
wp_enqueue_style( 'jquery-ui-style', ( is_ssl() ) ? 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' : 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
Commenting out this line appears to have no impact on plugin. Why is this even here?
2. I was kind of hoping for this download manager to generate a randomized link to slow-down download hot-linking to my site. The static link page is good! But I can still see the physical address of where the file is being downloaded from on things like mobile devices.
Controlling the hotlink redirection page would be nice as well.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘It’s good.. But!’ is closed to new replies.