How do I get Google reCaptcha to show every time? - recaptcha

In private mode, validation appears almost every time on my computer, but not on QA's computer.
Maybe it's the browser Settings?
Thank for helping~

Related

Microphone Permission on Firefox Mobile not permanent

I am facing an issue with our web tool that I am unable to solve. I already tried to google a solution but failed to find one.
We have a website where we use JavaScript to record audio from the users microphone via getUserMedia. The first time the user enters a html page on the https website, there is a notification popping up about permission rights. Thats fine, but on Firefox Mobile it doesn't matter if you gave your permission already, you will be asked on every single page again. Thats not the case for every other browser we tried.
So, is this some kind of our error or is it a limitation of Firefox Mobile?
Hope anyone solved that issue already in the past.
Best regards,
Daniel
It's a limitation in Firefox for Android (fennec). It intentionally asks users each time.
It's being solved in the next generation version, available in beta as Firefox Preview (fenix). The prompt there adds this checkbox, similar to Firefox for desktop:
☐ Remember decision for this site

Cannot start web-simulator on google actions for API.AI project

I am working on Google Cloud Platform to develop a project in API.AI, I have an integration (in API.AI) with Google Actions (for Google Home or Google Assistant), they provide me to see my progress as real time in web-simulator, that you can find here:
https://developers.google.com/actions/tools/web-simulator
I am trying to START the web-simulator clicking on START button, then I get a window pop-up but after open, it closes, I try and try again but I obtain the same result, I cannot open the web-simulator. I have allowed the popup windows in my browser.
Of course I have completed all steps to start web-simulator...
I don't know what is happening. Someone can help me? Thank you, have a good day.
First, are you using a compatible browser? Try it in Chrome if you're
not already using it, as Chrome is a Google product, and so is the
web simulator.
Next, are you using any Ad-Blockers or
Script-Blockers like NoScript? If so, try disabling them, as they
could interfere with the operation of the tool.
If it still doesn't work, try going to an Incognito Windows by pressing the
three dots button and opening a New Incognito Window. Go to the page, and log
in. This will ensure that no cookies are interfering.
At this point, if you're still having issues, try a different browser.
(Either Firefox or Opera)

Signing and Submitting Firefox WebExtension

I am able to port my chrome extension(https://chrome.google.com/webstore/detail/clipmystuff/ponkmhjofooonokejbbmladaomkbbgcd) to Firefox EebExtension, everything is working fine in Firefox(46), but I am unable to publish the extension to Mozilla store. After uploading my extension on add-on developer hub, it got stuck at step 2.
step2: https://addons.mozilla.org/en-US/developers/addon/submit/2
It is stuck at step 2 from past 4 hours, is there some else that I have to do for WebExtension.
Cancel/go back and try to upload again.
With non-WebExtension add-ons, I have had it hang more than once at that point of the process. The first time it hung, I let it sit for quite a while prior to canceling and trying again (even if that means clicking back or killing the tab). Now, if it looks like it is hanging, I just try again relatively rapidly.
The validation step is an automated check of your extension. That step should take moments, at most minutes for large/complex extensions. After the first success, you will have a feel for how long it should take for your extension. If it takes significantly longer than that time, just go back and try uploading again.

XAMPP keeps freezing my internet

I'm creating these web pages through XAMPP but every time I go to the localhost to check what my webpage looks like Google Chrome keeps freezing.
It freezes, loads the page and then freezes again before I can actually click the webpage I want to check. I want to know is there way to stop this because it gets quite annoying especially when I'm writing a webpage for an assignment. USB WebServer has the exact same issue so I'm not sure what would be wrong with it.

POST getting converted to GET across OS

I'm facing a very weird kind of problem while running my application.
When I hit a website and login to my application, the POST is getting converted to GET automatically. Since all the request parameters are getting lost due to this, the page shows up an error screen.
This issue happens in IE-8 (Windows 7), but works absolutely fine in IE-8(Windows XP).
How is the OS involved in this? Have anyone faced such issues? This issue happens in IE-9 as well.
Kindly refer to this issue as well. Any solutions would be really helpful.
Thanks !!
This issue was happening due to a security setting in IE in Windows 7.
There is an option of Enabling/Disabling protected mode in IE of Windows-7. This is a new feature present in IE of Vista/Windows-7 and this option is enabled by default for “Internet” zone and “Local Intranet” zone(or any one of them). Disabling at these 2 places solved the issue.
Tools -> Internet Options -> Security -> Internet/Local Intranet -> Uncheck on the "Enable protected mode" option.
I'm a bit late to this party, but I just ran into this as well, and it made me crazy. IE (only) was turning a POST into a GET, which took running Fiddler to determine. This thread got me part way there, but the protected mode wasn't the deal. It turns out one site was in the Internet zone (the page making the post) and the other (receiving the post) was in the Intranet Zone. By adding the calling page to either Intranet Zone or Trusted Sites, IE stopped turning the POST into a GET. It appears that you can't call up the zone stack without IE turning the POST into a get, but you can call down. The big tip for us (we opened the POST in a new window (target=_blank)) was that when calling from Internet to Intranet, the new page opened in a new IE window, but when configured "correctly", the new popup will open in a new tab (the expected behavior).

Resources