Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Awhisper authored Jun 3, 2018
1 parent 07624bb commit b72dc3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Reports/#22-2018.06.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Apple 悄悄发布了针对 App Store 搜索广告的 Creative Testing 功能,

自从苹果采用 Intel 的处理器,OS X 被黑客破解后可以安装在 Intel CPU 与部分 AMD CPU 的机器上从而出现了一大批非苹果设备而使用苹果操作系统的机器,被称为黑苹果(Hackintosh)这个仓库收集了各种型号的黑苹果安装方法我们都知道, 黑苹果其实是一个具有潜在盗版性质的行为,因为它违反了苹果公司的 EULA 法案(EULA) 所以这个 Github 仓库只是以安装黑苹果为一个引线,进而介绍和分享关于苹果操作系统的相关知识和系统的一些安装方法

### 🐎 [这才是 WKWebview Cookie 管理的正确方式](https://www.jianshu.com/p/163c03ed0b5e)

目前绝大多数的团队处理 WKWebView Cookie 的方式是这样子的:webview 每次发起 load url 请求前客户端塞 cookie 到请求头里传给服务器,并且通过 js 注入的方式将 cookie 同步给前端这种方案

文中提出了新的一种方案:首次加载 url 的时候,预先加载一个 cookie webview,将 Cookie 先使用 js注入的方式写到 cookie webview 的共享 WKProcessPool当 WKWebView 正式加载的时候就实现了 Cookie 的同步

## 设计

Expand Down

0 comments on commit b72dc3b

Please sign in to comment.