iOS 10 “Starting WebFilter logging for process” + Proxy-Authorization header removed from request

给你一囗甜甜゛ 提交于 2019-11-30 00:20:00

Check the site with Chrome Developer Tools and you will most likely find a warning like Mixed Content: The page at '...' as loaded over HTTPS, but requested an insecure resource '...'. This content should also be served over HTTPS.

According to Apple the "Content Security Policy (CSP) support" in Safari 10 "has been enhanced by including version 2.0 of the standard." It seems that this includes iOS 10 as well.

Have a look here about the CSP levels: https://content-security-policy.com

Amul4608

If you want to remove the message on the XCode’s console then, please find the below steps.

Select Product => Scheme => Edit Scheme or use shortcut : CMD + <
Select the Run option from left side.
On Environment Variables section, add the variable OS_ACTIVITY_MODE = disable

I was facing the same problem, the reason at my case was,I had tried to open video of .webm extension in iframe.When I changed extension of video from .webm to .mov or .mp4 the issue was solved.

I had the same messages, linked to no reward videos being served from AdMob.
I installed the latest AdMob framework - still same error.
Double checked that I had all settings in relation to AdMob integration correctly and then just waited.
One day later, all videos were delivered as expected, so I assume it was a problem on Google end.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!