mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.35k stars 1.15k forks source link

Chrome security error #247

Closed zacny closed 5 years ago

zacny commented 5 years ago

Expected behavior

The page is loading without security errors.

Actual behavior

When loading the page, chrome browser is notifing on security problems.

Your working environment and MDB version information

4.8.2

Resources (screenshots, code snippets etc.)

In file mdb.min.css I found unsecure links like: .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");cursor:pointer} If I changed http to https everythings is allright.

zacny commented 5 years ago

This didn't solve my problem.