Dear game developers,
Since today's release at 10:15 Paris time, the CSP (Content-Security-Policy) header is now active (instead of just Report-Only).
This should not affect your games if you have been careful to package all resources used in your game modules (so if everything is hosted by BGA servers).
We have also run this header in Report-Only for several weeks to track potential issues, and authorized external resources when we could correlate them to a legitimate use in a game (fonts for example).
Still, we may have missed some, and in general it's better not to rely on external resources since they can (and thus, will) fail someday.
So if you run into any issue where a resource needed for your game is blocked by the CSP header, please:
1) notify us for adding a temporary exception for this resource
2) package the resource inside of your module (after making sure its license allows it) and redeploy
NB: you can check the CSP header using the "Developer tools" of your browser and looking at the response headers
Since today's release at 10:15 Paris time, the CSP (Content-Security-Policy) header is now active (instead of just Report-Only).
This should not affect your games if you have been careful to package all resources used in your game modules (so if everything is hosted by BGA servers).
We have also run this header in Report-Only for several weeks to track potential issues, and authorized external resources when we could correlate them to a legitimate use in a game (fonts for example).
Still, we may have missed some, and in general it's better not to rely on external resources since they can (and thus, will) fail someday.
So if you run into any issue where a resource needed for your game is blocked by the CSP header, please:
1) notify us for adding a temporary exception for this resource
2) package the resource inside of your module (after making sure its license allows it) and redeploy
NB: you can check the CSP header using the "Developer tools" of your browser and looking at the response headers