Category "browser"

I see some big company using firefox version 45.x.x to connect to their vpn, is there any concern of doing this? [closed]

why not just use usual vpn tools? like outline or openvpn or any else, is there any security concern? and of course that's an old version of f

Ask user for permission to autoplay videos on website

I'm building a small video-oriented course platform, it will be constructed as one issue/problem topic = one video regarding that issue. All that topics will be

Open play store app from browser link

From this post I was able to create a functionality to redirect user to android or ios from a single link. However, on detection of Android I want to open the p

Audio not playing in Angular 7

I'm doing a big Angular 7 project for myself and I want some background music in it. So I use this: <audio id="audio" *ngIf="ship.dock != true" autoplay="t

mailto: links in Opera GX

I've been trying to put my own mailto: link on default, for me to click it and instantly move to composing the email. In Opera GX there is no setting for that.

How to auto focus browser tab when clicking on browser notification in Chrome?

I am trying to setup browser notification for a project I'm working on. The code I have so far is: // Notification permissions logic handled before... var noti

How can I retain the scroll position of a scrollable area when pressing back button?

I have a long list of links inside a big scrollable div. Each time when a user click on a link then click the back button, it starts at the very top of the div.

How to add a chrome web browser control to my application in visual basic

i want to add a google chrome control to my application because internet explorer control isnt very good.It shows the web pages wrong etc.Some help please

How to add a chrome web browser control to my application in visual basic

i want to add a google chrome control to my application because internet explorer control isnt very good.It shows the web pages wrong etc.Some help please

How to send Authorization header with browser

I have implemented a web server which uses Basic authentication(using spring security). I disabled the default authentication entry point when accessing a UR

Deep linking not working in chrome mobile browser

I am facing issue of deeplink. We have created a deep link for mobile application post but at google chrome mobile browser, its not opening the app screen. I sa

How to add favicon image on browser title bar in website

I am trying this code <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link href="<?php ec

How to change the "Browse" button text

I need to change the "Browse" button text according to the locale in a JSP. (Ex. Russian , Portuguese) for a Spring based project. Following is the current imp

read | extract | export URI from qr code image with browser as a link | Is this possible with a tag, css class, some short js?

qrcode image for scan or click. Is it possible to read the qr code of an image with the browser without an add'on or extension and if i click to the image it wi

Selenium browser persists after a test is finished

I am using Firefox and the Selenium IDE plugin. I have a test for the login of my application. After the end of the test the browser stays logged in and the ses

Making a browser with flutter

I made a browser with flutter WebView and enabled JavaScript and this is my code for the browser screen. The main goal for the app is to automate a website (Mov

ERR_CACHE_READ_FAILURE in google chrome

more often than not, I get a list of ERR_CACHE_READ_FAILURE errors when loading a web page in google chrome - this results in assets not being loaded, images, s

Simple jquery not working to print the input value

Here is a simple code which takes input and print it on the same page. But it is not working when I click on button. Please help regarding this. <html> &

Open Link in VSCode Will Create a New Web Browser Under Same Icon as VSCode

I am using VScode version 1.45 with Firefox version 76.0.1 as a default browser (with Ubuntu 18.04.4 LTS). Whenever I tried to open a link in the VSCode, it wil

How to prevent Safari from dropping the Authorization header when following a same-origin redirect?

Safari seems to drop the Authorization header when following a same-origin 301 redirect. For example, this JS code: fetch("/api/endpoint-that-redirects", { head