Stop mobile network proxy from injecting JavaScript

后端 未结 13 963
鱼传尺愫
鱼传尺愫 2020-11-29 18:50

I am using a mobile network based internet connection and the source code is being rewritten when they present the site to the end user.

In the localhost my website

13条回答
  •  再見小時候
    2020-11-29 19:46

    Header("Cache-Control: no-transform");

    use the above php code in your each php file and you will get rid of 1.2.3.4 code injection.

    That's all.

    I too was suffering from same problem, now it is rectified. Give a try.

提交回复
热议问题