On Jun 13, 11:50 pm, yogesh <[email protected]> wrote: > Hi, > > I need to disable firebug for my html page as I am using a hidden > input filed to save the score and then submit it. Firebug allows the > user to edit the score before submitting. Is it possible to disable > firebug for such page?
No, users are in control of Firebug, not the other way around. Firebug is not the only tool that allows these edits. You might consider the big picture here: you now have another dimension in your system. Users now have a new way to 'score' and they can use that avenue to explore both the technology of Web debugger and the moral dilemma of using technology for an unfair advantage. You may also be able to experiment with DOM mutation events to detect whether score changes are caused by your code or some other code jjb > > Thank you. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
