Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

How do I disable pasting in the console

  • 4 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა cor-el

I enabled pasting in the firefox console too add a handler to firefox extentions, how do I disable pasting

I enabled pasting in the firefox console too add a handler to firefox extentions, how do I disable pasting

ყველა პასუხი (4)

Can you please also clarify if the shortcuts used for copying and pasting are not working in the Web Console. By default they are on, and I do not believe there is a way to turn them off.

Do you mean registering an e-mail handler by setting the gecko.handlerService.allowRegisterFromDifferentHost pref to true on the about:config page and pasting a navigator.registerProtocolHandler() code in the command line (>) in the Web Console?

If you have finished all those steps and reset the gecko.handlerService.allowRegisterFromDifferentHost pref to false then you can close the Web Console via the close X or via "Tools > Web Developer > Developer Toolbar".


You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

i used allow pasting, would like to turn that off so i cannot paste

I don't think that it is possible to grant pasting permission in current releases unless you mean the dom.event.clipboardevents.enabled pref on the about:config page.