开发者

How Do I Not Allow Any Firefox Customizations of my web application?

I have built an ASP.NET mvc web application and it seems that some of our users have started making add-ons or extenstions of some type in Firefox 开发者_开发知识库to customize the app for them specifically.

Is there any way to not allow this? Can I do something with my app so they have no access to run customizations?

My boss is freaking out over this so much that he wants to limit everyone to using IE8!


Once the markup is delivered to the browser, the browser can do whatever it wants with it.

There's no way to stop that. There's also nothing to stop people from creating IE8 Accelerators, plugins, or installing something like Trixie to achieve the same goal.

And as long as the requests coming to your website are legitimate, there's no way to tell if they were generated by your page or the browser extension.

You're going to have to get over it and allow the users some flexibility.


You can't do anything about it.

Any data you send to the client can be modified by the client.

Greasemonkey scripts, add-ons, custom HTML pages that POST or GET to your server are all possible. Your boss needs to understand that the client of a web-application is HTTP requests, not browsers.

Users can even open up a telnet connection to your web server and type in HTTP commands if they want.


This question has already been answered, but I'd also suggest that you look at what amendments they are making. If people like your site enough to stick with it, even though they aren't happy with the interface, and are prepared to spend the time to change how it works to suit, then maybe you should look at incorporating some of these changes...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜