![]() |
[For 1.8] DVZ Secure Content 1.2 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.8] DVZ Secure Content 1.2 (/thread-168820.html) |
DVZ Secure Content 1.2 - Devilshakerz - 2015-03-23 A plugin containing a set of tools and filters that prevent displaying insecure (non-HTTPS) user-generated content. Takes care of images, videos and avatars - see the detailed list of features. http://community.mybb.com/mods.php?action=view&pid=450 Version 1.0 (build #2, MD5: 75d1a04fc0bc2ee648c069e6ad0cd88f) RE: DVZ Secure Content - Devilshakerz - 2015-04-10 Version 1.0.1 (build #3, MD5: b7666522696c0cc178988cbc485dea23)
Upgrading: Overwrite inc/plugins/dvz_secure_content.php. http://community.mybb.com/mods.php?action=view&pid=450 RE: DVZ Secure Content - Eldenroot - 2015-04-10 Thanks! Do you also plan to release new DVZ_mentions? RE: DVZ Secure Content - iturdu - 2015-04-11 thanks for update to latest releasa . RE: DVZ Secure Content 1.0.1 - p00lz - 2015-04-11 Parse error: syntax error, unexpected '[' .../inc/plugins/dvz_secure_content.php on line 5 thats weird, when i go on plugin page... RE: DVZ Secure Content 1.0.1 - Devilshakerz - 2015-06-25 Version 1.0.1 was re-uploaded with the compatibility changed from 1804 to 18* (build #4, MD5: 454dea850f221982739d37d49d2eeb9f). RE: DVZ Secure Content 1.0.1 - kawaii - 2015-06-25 It'd be interesting to see a proxy system integrated into this plugin. You could cURL insecure HTTP images and cache them in /proxy/images/ so that all content is stored locally on your domain - therefore not breaking SSL. RE: DVZ Secure Content 1.0.1 - rockenren - 2015-06-26 (2015-06-25, 04:03 PM)Marisa Wrote: It'd be interesting to see a proxy system integrated into this plugin. totally agree. This will be awesome. RE: DVZ Secure Content 1.0.1 - General Awesome - 2015-07-02 This broke the crap out of my forum: https://www.rpgcreation.net/community/showthread.php?tid=71&pid=357#pid357 I definitely recommend doing a DB backup before trying this plugin. Any idea about how to fix this mess? RE: DVZ Secure Content 1.0.1 - Devilshakerz - 2015-07-02 (2015-07-02, 03:11 AM)General Awesome Wrote: This broke the crap out of my forum: https://www.rpgcreation.net/community/showthread.php?tid=71&pid=357#pid357 This plugin prevents unsecure user-generated content from displaying only - it does not interfere with the forum style. Your forum displays correctly on http://; browsers don't load CSS and other files from non-HTTPS sources while the website loading them is sent over HTTPS - to make it work you need to change the Board URL (Site Details) so it begins with https://. |