Questions tagged [google-chrome-flags]

26 questions
0
votes
1 answer

Force Enable JavaScript in Chrome Incognito

Is it possible to force a JavaScript to run using code (c#) in Chrome Incognito? Cause when I tried to run certain JS in normal Chrome, it works normally. But once I switch to Chrome Incognito, the JavaScript is no longer working. *Note: I do not…
0
votes
1 answer

Chrome Web Serial API not working in VueJs Web app

I'm developing an enterprise web app with Vue.js, and I would like to use the Web Serial API in Chrome. On the linux machine that I'm developing on, I went to this Chrome flag chrome://flags/#enable-experimental-web-platform-features and enabled it.…
0
votes
1 answer

I can't enable experimental JavaScript,

I am trying to use experimental JS. I enabled flag "Experimental JavaScript" in chrome://flags, but Function.prototype.toMethod() doesn't work. What am I doing wrong?
0
votes
1 answer

Do Chrome flags have an effect on Chrome extension web pages?

I am trying to develop some JavaScript code to try and play audio automatically when a page loads. In order to do this successfully, I went into chrome://flags and set the #autoplay-policy to "no gesture is "required". When I did this, I was able…
0
votes
1 answer

Is it possible to write-protect an NFC tag using the Web NFC API?

I'm trying to use the three basic NFC functions in Google Chrome (Web NFC API, navigator.nfc). I know it's possible to read and write NDEF messages on tags. What I did not find out yet is how to protect the written data on the tag from being…
marcelo.delta
  • 2,730
  • 5
  • 36
  • 71
0
votes
0 answers

Google Chrome: Use --allow-file-access-from-files flag for MacOS

I'd like to run a study (local js file) in Google Chrome, but I can't play any sounds. Can anyone help me with this? I tried disabling the new feature that causes the problem, but when I run the following code in my terminal, nothing happens. A new…
Merle
  • 125
  • 1
  • 14
0
votes
0 answers

Disable chrome "Add extension" prompt

I am automating the testing process of installing a plugin in selenium right now. I am well aware you can include chrome plugins in the chromeOptions but what I want to test here is the process of manually installing the extension and how my web app…
0
votes
0 answers

Have any chrome flags, that auto continue long running script?

For example I see popup message saying: script make your browser more slow and buttons stop script or continue script/wait script Can I use any chrome flag that chrome auto press "continue script" or not show me this message, and not break the…
0
votes
1 answer

Check whether Chrome has enabled Flash in Angular 2

How can we check weather chrome has enabled Flash in Angular 2 In chrome://Flags, there is a property 'Prefer HTML over Flash'. How can we read chrome://Flags properties?
Hashim
  • 5
  • 5
0
votes
1 answer

Can confusing wording in Chrome flags be explained?

in this chrome flag, the wording is very confusing to me. Disable Device End of Life notification. Chrome OS Disable Notifcation when Device is End of Life. #disable-eol-notification Disable this is weird because the disable option…
beck5
  • 71
  • 7
-2
votes
1 answer

Can code running in the browser change that browser's configuration via about:flags

Since Chrome and other browser's configuration flags are accessible via a URL, and the configuration is done typically within a web page, I was wondering if it presented a security vulnerability. I was thinking it might be exploitable by a…
Pacific Bird
  • 286
  • 1
  • 3
  • 13
1
2