Custom Query (24741 matches)
Results (70 - 72 of 24741)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#32508 | fixed | opening about:preferences#privacy from the security toolbar button leads to adding about:preferences#tor items at the end of about:preferences#privacy | ||
Description |
Someone reported this on the blog: https://blog.torproject.org/comment/285516#comment-285516 Using the icon on the toolbar to change the security level is showing the "Privacy & Security" and "Tor" settings in the same pane, while they are in two different ones when opening them through the hamburger menu and selecting "Preferences". I am not sure if it is a bug, or if it is intentional. |
|||
#32505 | fixed | Tighten our rules in our entitlements file for macOS | ||
Description |
comment:40:ticket:30126 mentions two possible rules we could tighten in our entitelments file: com.apple.security.cs.disable-library-validation=false com.apple.security.automation.apple-events=false The former seems indeed to be a clear winner but I am not sure about the latter as we usually don't want to break the expected behavior for users installing WebExtensions (even if we don't recommend it). We could think about more rules to be tightened while we are at it. |
|||
#32500 | fixed | consider clang -std=gnu99 in Travis for better C99 portability | ||
Description |
In #32495, we discovered that
We should consider using something like |