Finding All Insecure Content on a Secure Page

前端 未结 11 986
旧时难觅i
旧时难觅i 2021-01-31 01:16

What\'s the most efficient way to find a list of all non-HTTPS URLs requested by an HTTPS page? If this kind of security violation happens, every browser alerts the user, but I

11条回答
  •  梦毁少年i
    2021-01-31 02:09

    I had this problem which occurred in a javascript:

    /* for Internet Explorer */
    /*@cc_on @*/
    /*@if (@_win32)
        document.write("
    
                                     
                  
提交回复
热议问题