Waterfox is an opensource web browser. It is forked from Firefox.
Questions tagged [waterfox]
3 questions
2
votes
1 answer
Mystery cached Content-Security-Policy ghost rejecting content while absent
The Content Security Policy was recently implemented in our software though because it was immediately interfering with some client websites we removed it (obviously obfuscated):
header('Content-Security-Policy: [...]');
After removing the header…

John
- 1
- 13
- 98
- 177
0
votes
1 answer
Lost focus in browser when using clipboard for search query [autohotkey]
I am using a simple script to run a google/wikipedia/etc search using a hotkey, unfortunately after the search result appears in a new tab, I have to click because the tab is not on focus, although the browser windows is on focus. I tried to add a…

Herman Toothrot
- 1,463
- 3
- 23
- 53
0
votes
0 answers
How can the same DOM object can have separate event instances in several scopes at once and how am I to assign to anonymous ones?
This one has always boggled my mind and I've been scouting for StackOverflow questions about dealing with the anonymous scope in userscripts for many years, never satisfied with the sidestepping workarounds proposed instead in most answers.
So…

Erquint
- 49
- 4