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
.
- Host: GitHub
- URL: https://github.com/lixinliang/dress
- Owner: lixinliang
- License: mit
- Created: 2018-05-17T06:22:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-22T02:52:02.000Z (about 2 months ago)
- Last Synced: 2026-04-22T04:41:22.239Z (about 2 months ago)
- Topics: app-transport-security, cross-origin, express, node-server
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dress
在 `iOS App` 中,因为 `ATS`(`App Transport Security`)策略,`webview` 中的网络资源包括 `html`、`css`、`js` 强制使用 `https` 协议。
`http` 的请求将会被拦截。
而媒体资源包括 `image` 等请求则允许发起。(受限于浏览器的跨域安全策略,该 `image` 将会污染画布)
---
## License
MIT