CSS and JS are getting blocked on add-ons website. As a result of this, only the HTML is rendered, and the site is not functional.
The same is for any other page on the same domain.
Below is the attached log from the browser console.
Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://addons-amo.cdn.mozilla.net/amo-48c2c76c80fc1853998af5863e1fda14.css. (Reason: CORS request did not succeed).[Learn More]
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://addons-amo.cdn.mozilla.net/amo-2e0246a2755697dd1c23.js. (Reason: CORS request did not succeed).[Learn More]
None of the “sha512” hashes in the integrity attribute match the content of the subresource.
Browser: Firefox Developer Edition 64.0b1 on Arch Linux (64 bit)
Yeah, it works now. The addons website is also working fine.
I still wonder why that was the issue. Was it my college campus proxy blocking content, or problem with website, or with Firefox itself?