﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33803	Add crossorigin attribute to django admin templates	fcrozatier	nobody	"When we store our static files on a cloud (digitalocean Spaces in my case) and we have Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy headers on the loadbalancer the files are blocked since they are not same-origin. This is usually not a problem we just have to add a crossorigin attribute, but in the case of django admin files the templates do not set them.

Should we add the ''crossorigin'' attribute to the **script**,  **link** and **img** tags of the template files ? 

Without this attribute the files are blocked with Cross-Origin Opener Policy.

"	Bug	closed	contrib.admin	4.0	Normal	invalid	crossorigin COEP	Adam Johnson	Unreviewed	0	0	0	0	0	0
