Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3207
Reakcje/Polubienia
12986
Miasto
On a Bike!

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
Pale Moon 29.1.1
Changes in Pale Moon 29.1.1 (2021-03-30):

  • Updated NSS to fix certificate import and keygen regressions.
  • Removed restrictions for units of width/height attributes on SVG elements.
  • Enabled scrollbar-width CSS keyword by default.
  • Security issues addressed: CVE-2021-23981 and a DiD fix for potential document parser confusion.
  • Unified XUL Platform Mozilla Security Patch Summary: 2 DiD, 9 not applicable.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
Firefox 88.0 – Final
New
  • PDF forms now support JavaScript embedded in PDF files. Some PDF forms use JavaScript for validation and other interactive features.
  • Print updates: Margin units are now localized.
  • Smooth pinch-zooming using a touchpad is now supported on Linux
  • To protect against cross-site privacy leaks, Firefox now isolates window.name data to the website that created it.
    Zaloguj lub Zarejestruj się aby zobaczyć!

Fixed
  • Screen readers no longer incorrectly read content that websites have visually hidden, as in the case of articles in the Google Help panel.
  • Various
    Zaloguj lub Zarejestruj się aby zobaczyć!
    .

Changed
  • Firefox will not prompt for access to your microphone or camera if you’ve already granted access to the same device on the same site in the same tab within the past 50 seconds. This new grace period reduces the number of times you’re prompted to grant device access.
  • The ‘Take a Screenshot’ feature was removed from the Page Actions menu in the url bar.
    Zaloguj lub Zarejestruj się aby zobaczyć!
    , right-click to open the context menu. You can also add a screenshots shortcut directly to your toolbar via the Customize menu. Open the Firefox menu and select Customize…
  • FTP support has been disabled, and its full removal is planned for an upcoming release. Addressing this security risk reduces the likelihood of an attack while also removing support for a non-encrypted protocol.
Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
Firefox ESR 78.10.0
April 20, 2021
  • Various stability, functionality, and security fixes:
  • CVE-2021-23994: Out of bound write due to lazy initialization
  • CVE-2021-23995: Use-after-free in Responsive Design Mode
  • CVE-2021-23998: Secure Lock icon could have been spoofed
  • CVE-2021-23961: More internal network hosts could have been probed by a malicious webpage
  • CVE-2021-23999: Blob URLs may have been granted additional privileges
  • CVE-2021-24002: Arbitrary FTP command execution on FTP servers using an encoded URL
  • CVE-2021-29945: Incorrect size computation in WebAssembly JIT could lead to null-reads
  • CVE-2021-29946: Port blocking could be bypassed
  • Changes for web developers:
  • Developer Tools:
  • Debugger:
  • You can now change the URL accessed by the remote device from the about:debugging panel. (bug 1617237)
  • The Disable JavaScript menu item in the Debugger now only affects the current tab, and is reset when the Developer Tools are closed. (bug 1640318)
  • Logpoints can map variable names in source-mapped code back to their original names, if you enable Maps in the Scopes pane. (bug 1536857)
  • Network Monitor:
  • In the Network Monitor, you can now resize the columns of the request list by dragging the column borders anywhere in the table. (bug 1618409)
  • The request details panel in the Network Monitor has some UX improvements. (bug 1631302, bug 1631295)
  • If a request was blocked, the request list now shows the reason, such as an add-on, CSP, CORS, or Enhanced Tracking Protection. (bug 1555057, bug 1445637, bug 1556451)
  • Other tools:
  • The Accessibility inspector is out of beta. You can use it to check for various accessibility issues on your site. (bug 1602075)
  • Uncaught promise errors now provide all details in the Console, including their name and stack. (bug 1636590)
  • CSS:
  • The :is() and :where() pseudo-classes are now enabled by default (bug 1632646).
  • The :read-only and :read-write pseudo-classes are now supported without prefixes (bug 312971).
  • In addition, :read-write styles are no longer applied to disabled <input> and <textarea> elements, which was a violation of the HTML spec (bug 888884).
  • JavaScript:
  • The Intl.ListFormat API is now supported (bug 1589095).
  • The Intl.NumberFormat() constructor has been extended to support new options specified in the Intl.NumberFormat Unified API Proposal (bug 1633836). This includes among other things:
  • Support for scientific notations
  • Unit, currency and sign display formatting
  • The RegExp engine has been updated and now supports all new features introduced in ECMAScript 2018:
  • Lookbehind assertions (bug 1225665)
  • RegExp.prototype.dotAll (bug 1361856)
  • Unicode property escapes (bug 1361876)
  • Named capture groups (bug 1362154)
  • Due to a WebIDL spec change in mid-2020, we've added a Symbol.toStringTag property to all DOM prototype objects (bug 1277799).
  • The garbage collection of WeakMap objects has been improved. WeakMaps are now marked incrementally (bug 1167452).
  • APIs:
  • DOM:
  • The ParentNode.replaceChildren() method has been implemented (bug 1626015).
  • Service workers:
  • Extended Support Releases (ESR): Firefox 78 is the first ESR release that supports Service workers (and the Push API). Earlier ESR releases had no support (bug 1547023).
  • WebAssembly:
  • Wasm Multi-value is now supported, meaning that WebAssembly functions can now return multiple values, and instruction sequences can consume and produce multiple stack values (bug 1628321).
  • WebAssembly now supports import and export of 64-bit integer function parameters (i64) using BigInt from JavaScript (bug 1608770).
  • TLS 1.0 and 1.1 removal:
  • Support for the Transport Layer Security (TLS) protocol’s version 1.0 and 1.1, is dropped from all browsers. Read TLS 1.0 and 1.1 Removal Update for the previous announcement and what actions to take if you are affected (bug 1643229).
  • Changes for add-on developers:
  • browsingData.removeCache and browsingData.removePluginData now support deleting by hostname. (bug 1636784).
  • When using proxy.onRequest, a filter that limits based on tab id or window id is now correctly applied. This could be useful for add-ons that want to provide proxy functionality just in just one window.
  • Clicking within the context menu from the "all tabs" dropdown now passed the appropriate tab object. In the past, the active tab was erroneously passed.
  • When using downloads.download with the saveAs option, the recently used directory is now remembered. While this information is not available to developers, it is very convenient to users.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3207
Reakcje/Polubienia
12986
Miasto
On a Bike!

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
Pale Moon 29.2.0
April 27, 2021
  • Changes/fixes:
  • When opening tabs from the History side bar, Pale Moon will now warn you about the action if it would result in opening many tabs at once.
  • Pale Moon now offers "Open All in Tabs" on bookmark folders even if there is only one sub-item in it, for UI consistency.
  • Added media format controls in the Content category of Preferences.
  • Added controls for preferred color scheme. See implementation notes.
  • Updated several site-specific user-agent overrides for web compatibility.
  • Removed the ability to accept Firefox IDs for extension installation.
  • Removed conditional Macintosh code from the application front-end.
  • Updated the AV1 reference library to 2.0.
  • Cleaned up more Android code from the platform.
  • Updated the embedded emoji font to cater to even more race-dependent profession emoji.
  • Fixed an overflow in clip paths, potentially causing them to be rendered incorrectly.
  • Added CSS values smooth, high-quality and pixelated to the image-rendering keyword.
  • Implemented Intl.NumberFormat.formatToParts() to allow deconstruction of localized number formats by scripts.
  • Reinstated the dom.details_element.enabled preference and fixed a rendering issue with summary/details html elements.
  • Fixed an issue with CSP .nonce attributes on elements.
  • Security issues addressed: CVE-2021-29946 DiD and CVE-2021-23994 DiD .
  • Unified XUL Platform Mozilla Security Patch Summary: 2 DiD, 14 not applicable.
  • Implementation notes:
  • This version adds support for the prefers-color-scheme CSS keyword. This keyword is a media query keyword that indicates to websites whether your content styling preference is "light" or "dark". Unlike other browsers where this will be tied to your system color scheme and determined automatically (which might be a point on which you can be fingerprinted, so this would be a privacy concern), we've decided to give the user control through Preferences -> Content -> Colors where you will find a new control to indicate your user preference (it defaults to "light" for everyone). While this control also gives you the option to disable this feature and effectively not support the keyword, be aware that this might cause issues on some websites that do not provide styling for "unspecified" color scheme preferences.
  • In the future we may add an "automatic" option similar to other browsers in case you regularly switch your system application style from light to dark and v.v.


Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

spamtrash

Bardzo aktywny
Zasłużony
Dołączył
11 Styczeń 2014
Posty
4338
Reakcje/Polubienia
5736
Miasto
To tu to tam....
Wujek spamtrash poleca:

To enable Site Isolation on Firefox Nightly:

  1. Navigate to about: preferences#experimental
  2. Check the “Fission (Site Isolation)” checkbox to enable.
  3. Restart Firefox.
To enable Site Isolation on Firefox Beta or Release:

  1. Navigate to about:config.
  2. Set `fission.autostart` pref to `true`.
  3. Restart Firefox.
dlaczemu (bo leniwy jestem):
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3207
Reakcje/Polubienia
12986
Miasto
On a Bike!
Do góry