Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upForbid Web Workers switch doesn't display detected web worker on a specific webpage #22
Comments
|
Can be reproduced on Chromium 67(current stable) too. |
|
Firefox says:
|
|
That's normal, Firefox expects a URL instead of |
|
I don't think it's a Chromium specific issue. I could never see the white dotted icon on Firefox. |
|
The white dotted icon does appear for me on Firefox Nightly - https://i.gyazo.com/5b9fc6b531dcc71e1fc6db25c23da306.png Also the issue here is limited to specific listed URL only for Chromium, the white dotted icon does appear normally on all other web pages where workers are deployed. |
|
Odd because it doesn't show for me in v61 latest Firefox beta screenshot taken while the counter is running: https://i.imgur.com/mfsiN99.jpg I've tried to get the white dotted icon to appear in the past when it was added as a feature but I have never seen the dot even on other websites using web workers so I assumed it didn't show because of something with my Firefox setup. But the above image is in a pretty clean profile so unless it was recently fixed in Nightly I don't know. Anyone else on stable/beta Firefox that can check if the white dotted icon shows for them? |
In |
|
Thanks gorhill, now I can see it. I'm guessing the config value is turned on by default in Nightly then. |
|
@gorhill https://bugs.chromium.org/p/chromium/issues/detail?id=996659 is that relevant to this bug ? |
|
@gorhill Regression in v1.4.1b0 on Firefox, it doesn't display white dotted icon for the Forbid Web Workers switch, neither a blocked entry is seen in the logger. additional test url- Edit: White dotted icon for three switches is broken -- Forbid mixed content/Forbid web workers/Spoof noscript tags. Tested at |
Prerequisites
Did you perform a cursory search of the issue tracker?
Can you reproduce the problem when...
Are you running the latest version?
Did you check the documentation?
Description
On this web workers test page, the Forbid Web Workers switch doesn't display detected web worker when pressed
Start Workerfrom the aformentioned javascript test page, although it successfully blocks any creation of Web Workers as per dev tools in Chromium.A specific URL where the issue occurs
https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_webworker
Steps to Reproduce
no-workers: * truein My Rules.Start Worker.Supporting evidence
https://i.gyazo.com/61c9f88bb48c73788065ada49eb8480a.png
Your environment