Describe the reason for these changes and the problem that they solve
Adds subresource integrity for embedded licensing (the AGPLv3 license that the application uses, and the collection of licensing information for the application's dependencies).
Briefly summarize the changes
Use HTML iframe elements instead of HTML object elements to include the licensing information
Add integrity attributes to the iframe elements, anticipating a future HTML subresource integrity spec
How have the changes been tested?
Local development testing
List any issues that this change relates to
Resolves #228.
Describe the reason for these changes and the problem that they solve
Adds subresource integrity for embedded licensing (the AGPLv3 license that the application uses, and the collection of licensing information for the application's dependencies).
Briefly summarize the changes
iframe
elements instead of HTMLobject
elements to include the licensing informationintegrity
attributes to theiframe
elements, anticipating a future HTML subresource integrity specHow have the changes been tested?
List any issues that this change relates to Resolves #228.