An open API service indexing awesome lists of open source software.

https://github.com/lixinliang/dress

.
https://github.com/lixinliang/dress

app-transport-security cross-origin express node-server

Last synced: 9 days ago
JSON representation

.

Awesome Lists containing this project

README

          

# dress

在 `iOS App` 中,因为 `ATS`(`App Transport Security`)策略,`webview` 中的网络资源包括 `html`、`css`、`js` 强制使用 `https` 协议。

`http` 的请求将会被拦截。

而媒体资源包括 `image` 等请求则允许发起。(受限于浏览器的跨域安全策略,该 `image` 将会污染画布)

---

## License

MIT