<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>286124</bug_id>
          
          <creation_ts>2025-01-16 22:24:50 -0800</creation_ts>
          <short_desc>Remove Adobe Flash Player Quirk</short_desc>
          <delta_ts>2025-01-18 10:00:16 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>117042</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Karl Dubost">karlcow</reporter>
          <assigned_to name="Ahmad Saleem">ahmad.saleem792</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2087971</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-16 22:24:50 -0800</bug_when>
    <thetext>https://searchfox.org/wubkat/rev/19fb3bc3aa27a28183dbc388d1ba5df1cbb2feb6/Source/WebCore/loader/cache/CachedScript.cpp#151-165
```cpp
bool CachedScript::shouldIgnoreHTTPStatusCodeErrors() const
{
#if PLATFORM(MAC)
    // This is a workaround for &lt;rdar://problem/13916291&gt;
    // REGRESSION (r119759): Adobe Flash Player &quot;smaller&quot; installer relies on the incorrect firing
    // of a load event and needs an app-specific hack for compatibility.
    // The installer in question tries to load .js file that doesn&apos;t exist, causing the server to
    // return a 404 response. Normally, this would trigger an error event to be dispatched, but the
    // installer expects a load event instead so we work around it here.
    if (WTF::MacApplication::isSolidStateNetworksDownloader())
        return true;
#endif

    return CachedResource::shouldIgnoreHTTPStatusCodeErrors();
}
```

This was added by 
https://github.com/WebKit/WebKit/commit/790923e54bd101edd030d05d6ee64b26aa6287d0
https://bugs.webkit.org/show_bug.cgi?id=117042</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2087972</commentid>
    <comment_count>1</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-16 22:25:39 -0800</bug_when>
    <thetext>&lt;rdar://45049565&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2087973</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-01-16 22:25:50 -0800</bug_when>
    <thetext>&lt;rdar://problem/143105727&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2087976</commentid>
    <comment_count>3</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-16 22:26:38 -0800</bug_when>
    <thetext>&lt;rdar://problem/45049565&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2087977</commentid>
    <comment_count>4</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-16 22:29:38 -0800</bug_when>
    <thetext>There is no access to the flash player anymore
https://www.adobe.com/products/flashplayer/end-of-life-alternative.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2087979</commentid>
    <comment_count>5</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-16 22:34:04 -0800</bug_when>
    <thetext>I also could not find anything related to flash on 
https://solidstatenetworks.com/software-downloads/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2087991</commentid>
    <comment_count>6</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2025-01-17 00:40:02 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/39183</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2088299</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-01-18 10:00:14 -0800</bug_when>
    <thetext>Committed 289110@main (0f8d06ceb001): &lt;https://commits.webkit.org/289110@main&gt;

Reviewed commits have been landed. Closing PR #39183 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>