Mozilla: Fetch API improperly returns cached copies of no-store/no-cache resources (MFSA 2018-07)
Under certain circumstances the "fetch" API can return transient local copies of resources that were sent with a "no-store" or "no-cache" cache header instead of downloading a copy from the network as it should. This can result in previously stored, locally cached data of a website being accessib...