Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ios ignore_security #576

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

naivetoby
Copy link
Contributor

每次运行插件会自动修改 iOS 的 info.plist 中

<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>

新增 ignore_security 禁用这个特性:

fluwx:
  ios:
    ignore_security: true

@JarvanMo
Copy link
Member

thanks

@JarvanMo JarvanMo merged commit 8f5dc5d into OpenFlutter:master Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants