Falls jemand unter #Windows Probleme mit #JScript-Programmen hat, weil der Kontext bei #Polyfill verloren geht. Es gibt einen Fix, aber der muss aktiviert werden ...

https://borncity.com/blog/2026/06/19/windows-11-25h2-24h2-jscript-kontext-jscript9-dll-geht-verloren/

Windows 11 25H2-24H2: JScript-Kontext (jscript9.dll) geht verloren

Gibt es in Windows 11 24H2 und 25H2 ggf. das Problem, dass JScript-Programme, die früher funktionierten, nun Probleme bereiten, weil der Ausführungskontext verloren geht? Microsoft hat zum 18.

Borns IT- und Windows-Blog

@xahteiwi

Just installed version 2.6.3
(the only option in my repo)

At the point of trying to insert an equation between $...$, got a pop-up:

"Authentication required by polyfill.io:443
The site says: "Restricted Area"
Username:
Password:
[Cancel] [Authenticate]
"

Web search revealed many online warnings.

eg, https://www.theregister.com/security/2024/06/26/remove-polyfillio-code-from-your-website-immediately/1049285

#apostrophe #apostropheApp #polyfill #polyfill.io

Remove Polyfill.io code from your website immediately

Scripts turn sus after mysterious CDN swallows domain

theregister

Polyfill.io torna attivo nel 2026: pop-up di login sospetti colpiscono Toshiba, Muji e Samsung

Il dominio polyfill[.]io è tornato attivo a fine maggio 2026 rispondendo con HTTP 401, inducendo i browser a mostrare false richieste di autenticazione agli utenti di Toshiba, Muji, Zojirushi e Samsung. Una coda dell'incidente di supply chain del 2024 che colpisce chi non aveva completato la pulizia del codice.

https://insicurezzadigitale.com/polyfill-io-torna-attivo-nel-2026-pop-up-di-login-sospetti-colpiscono-toshiba-muji-e-samsung/

Suspicious Polyfill login prompts pop up on Toshiba, Muji websites

Tech giant Toshiba and mega-retailer Muji warned visitors that suspicious sign-in screens popping up on their websites could collect credentials.

BleepingComputer
“サイトにアクセスしたときに「polyfill.ioにはユーザー名とパスワードが必要です」というダイアログが表示されたら、何も入... / https://htn.to/4nLMmrchah #セキュリティ #polyfill.io #ブラウザ #パスワード #リスト型攻撃 #DNS #Namecheap #レジストラ #サプライチェーン攻撃 #認証
2年前に「消せ」と言われたコード、消さなかった企業に何が起きたか

2024年のサプライチェーン攻撃で10万件超のサイトに影響したpolyfill.ioが、ドメイン再活性化により再び問題を引き起こしている。東芝・無印良品・象印など日本企業のサイトで偽の認証画面が表示され、Samsungのスマートテレビでも同様の事象が発生。原因は2年前に削除すべきだった参照コードの放置だ。

情報の灯台

#TVSMART #samsung - Tornano le rogne da #polyfill.io già sperimentate nel 2024.

L' #IoT sta diventando un campo ad alto contenuto di seccature.

https://www.dday.it/redazione/57598/un-popup-blocca-le-smart-tv-samsung-cosa-e-successo-come-si-risolve-e-perche-e-preoccupante

Un popup blocca le Smart TV Samsung: cosa è successo, come si risolve e perché è preoccupante

L'applicazione HbbTV del gruppo Mediapason richiama una vecchia libreria che è stata usata negli ultimi anni per truffe e raggiri. Da qualche giorno quella libreria mostra un popup a chi prova a collegarsi al dominio: i TV Samsung, su determinati canali, si bloccano. Ecco come risolvere ma soprattutto, e ben più grave, cosa c'è dietro.

DDay.it

#Development #Approaches
Inverted themes with light-dark() · Flipping color modes with container style queries https://ilo.im/16c2kq

_____
#ColorSchemes #LightMode #DarkMode #ProgressiveEnhancement #Polyfill #Browser #WebDev #Frontend #CSS #JavaScript

Inverted themes with light-dark()

We rolled out adaptive light-dark() support on our design system themes and it’s been a delightful upgrade. Creating light and dark variable sets isn’t difficult, but delivery has trade-offs. Most apps that do this probably ship both sets of token values in a single stylesheet. That’s fine until you have multiple kilobytes of duplicate definitions. To get around the performance problems we built two separate stylesheets –which is also not great– but my coworker Zacky found a good trick with <link disabled> to make it tolerable. Ultimately, we wanted to offer a single stylesheet for our human (and agent) friends to control theming.

daverupert.com

🌛☀️ Inverted themes with light-dark()
by Dave Rupert
@davatron5000 @davatron5000.bsky.social

#css #darkmode #webdev #Polyfill

https://daverupert.com/2026/04/inverted-light-dark/

Container Timing: measuring web components performance

An introduction to Container Timing, a new web performance API that lets developers measure when complex components finish painting and shows how to use its native implementation now available behind a Chromium feature flag.

Introducing view-transitions-mock, a non-visual polyfill for same-document view transitions. @bramus built a spec-compliant JavaScript implementation of the View Transition API that works across all browsers. It handles document.startViewTransition(), the ViewTransition class with its promises, and view transition types. Animations are skipped in unsupported browsers, but DOM updates work as expected. #viewtransition #polyfill

https://www.bram.us/2026/03/11/view-transitions-mock-is-a-non-visual-polyfill-for-same-document-view-transitions/