nativescript-community / nativescript-community/https
WildCard Subdomain Verify
未关闭
还没有人认领这个 Issue。
- 主要语言
- Vue
- 星标
- 52
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
Do this plugin allow wildcard subdomain verification?
I have wildcard SSL Certificate (*.mydomain.com) and imported into App Service.
Can I declare wildcard domain in host paramater as below? or use naked domain?
Https.enableSSLPinning({ host: '*.mydomain.com', certificate }) or
Https.enableSSLPinning({ host: 'mydomain.com', certificate })
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 Https.enableSSLPinning 入口点开始,跟踪 host 参数在 iOS 和 Android 上的处理方式。检查是否接受通配符值和裸域名值,然后定义受支持的行为,并在记录或实现结果之前在两个平台上进行验证。
由索引模型根据 Issue 内容生成。
评估
- 领域
- mobile-dev, security
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100