Sxderp
Sxderp
I feel like this makes sense. Though I do have a question. What's the default behavior when doing a can on a caller that doesn't have the permission explicitly set?...
After have a long time to think about this (it's been a couple months). I feel like order should NOT matter. What should happen is specific conditions should _always_ override...
I think this can be narrowed down to the following code in /src/lock.php ``` foreach ($permissions as $key => $permission) { if ($permission instanceof Privilege && $permission->isAllowed($this, $action, $resource)) {...
1. This was a request https://github.com/d2phap/ImageGlass/issues/1196 ; to deal with the fairly slow start time of the software. 2. You should be able to disable it in Settings -> General...
Images can be vectors for malicious actors. One way to attack a system is via resource exhaustion from decompression bombs. As a result the ImageMagick library has some defaults in...
This is somewhat tangential, but you mentioned it in your reproduction steps, how is "allow multiple instances" supposed to work with "continue running in background"? To me they seem mutually...
-snip- Previous message was for another bug.
There have been pretty big reliability and usability upgrades to breakpoints in recent Firefox versions. You should be able to easily trace the background page initialization by opening the debugger,...
@AraldoL , usually it's better for non-English speakers to post their responses in their native language. If any confusion occurs someone who actually speaks the language could come along and...
Another issue is WebExtensions. Handling data is no longer within the hands of extensions, we have to trust in Firefox to do it properly. Furthermore, if Firefox even 'thinks' that...