$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugins - Theme causing SSL break on chrome|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - Theme causing SSL break on chrome

matteradmin9PV0评论

When visitng my website designopacity on firefox no issue appear and it says sight is secure. When visitng on chrome, error message appears saying the websites whose theme im using is unsafe. Is there a way im able to bypass this? I tried content SSL insecure content but error persists.

thank you

When visitng my website designopacity on firefox no issue appear and it says sight is secure. When visitng on chrome, error message appears saying the websites whose theme im using is unsafe. Is there a way im able to bypass this? I tried content SSL insecure content but error persists.

thank you

Share Improve this question asked Feb 7, 2019 at 19:18 RafRaf 1 2
  • what is the exact error? – rudtek Commented Feb 7, 2019 at 19:31
  • Google Safe Browsing recently detected phishing on matx.coderpixel. Phishing sites pretend to be other websites to trick you. – RiddleMeThis Commented Feb 7, 2019 at 20:16
Add a comment  | 

1 Answer 1

Reset to default 1

Google has marked matx.coderpixel as a phishing site. That's not your domain, of course. However you are using resources from that site.

Specifically you are using several images from matx.coderpixel/wp/wp-content/uploads/2016/04, including android_phone.jpg, cloudy_hill.jpg, desk.jpg, keyboard.jpg, and man_with_ipad.jpg.

It is a bad (and unless you have the rights to use these images, illegal) practice to serve images off of someone else's site. If you choose to anyways, one of the risks is, apparently, that the site you are using will get Google blacklisted and your site will bear the warning as well.

TL;DR remove those images from your site.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far