简体   繁体   English

是否可以告诉有人是否为我的webapp编写了WebView包装器?

[英]Is there a to tell if someone wrote a WebView wrapper for my webapp?

I wrote a webapp and recently had someone creating an app for Android that is only a WebView wrapper. 我写了一个webapp,最近有人在为Android创建一个仅是WebView包装器的应用程序。 This is a security issue as whoever created this could potentially be collecting my webapp user login details. 这是一个安全问题,因为创建此文件的人可能会收集我的Webapp用户登录详细信息。 So is there a way with JavaScript or server side to tell if the application is running inside a webview? 那么JavaScript或服务器端是否有办法判断应用程序是否在Webview中运行?

尝试将X-Frame-Options设置为在您的服务器上拒绝,则WebView将不再起作用https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有人请告诉我$ .parseJSON有什么问题[javascript / jquery] - Someone please tell me what is wrong with my $.parseJSON [javascript / jquery] 有人能告诉我为什么我的 js 计时器不工作吗? - Can someone tell me why my js timer isnt working? 有人可以恢复我的代码并告诉它有什么问题[暂停] - could someone revive my code and tell what is wrong with it [on hold] 我可以告诉在我的网站之前有人访问过的最后一个网站吗? - Can I tell the last website someone visited before my site? 有人可以告诉我他们是否看到了这个 - Can someone tell me if they see this 有人能告诉我如何只对嵌套在我的 JavaScript 数组中的一些项目求和吗? - Can someone tell me how to sum only some of items nested in my JavaScript array? 有人可以告诉我我的代码有什么问题吗? 返回正确的世纪 - Can someone tell me what's wrong with my code? Return correct century 有人能告诉我为什么当我的链接下面有一个 div 时我的链接不可点击吗? - Can someone tell me why my links aren't clickable when I have a div under it? JavaScript:有人可以告诉我我的代码出了什么问题吗? - JavaScript: Can someone tell me what's going wrong with my code? 有人可以告诉我我的下拉菜单javascript代码有什么问题吗 - Can someone tell me what's wrong with my dropdown menu javascript code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM