[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.3.0esr-15.0-1] fixup! TB 44032: YEC 2025 assets.



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 3a71327e
    by Pier Angelo Vendrame at 2025-09-23T11:42:44+02:00
    fixup! TB 44032: YEC 2025 assets.
    
    TB 44216: Add a workaround to font CSP assertions.
    

1 changed file:

Changes:

  • dom/security/nsContentSecurityUtils.cpp
    ... ... @@ -1883,7 +1883,7 @@ void nsContentSecurityUtils::AssertAboutPageHasCSP(Document* aDocument) {
    1883 1883
         if (dir.EqualsLiteral("default-src") || dir.EqualsLiteral("object-src") ||
    
    1884 1884
             dir.EqualsLiteral("script-src") || dir.EqualsLiteral("style-src") ||
    
    1885 1885
             dir.EqualsLiteral("img-src") || dir.EqualsLiteral("media-src") ||
    
    1886
    -        dir.EqualsLiteral("connect-src")) {
    
    1886
    +        dir.EqualsLiteral("connect-src") || dir.EqualsLiteral("font-src")) {
    
    1887 1887
           continue;
    
    1888 1888
         }
    
    1889 1889
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx