feat(@angular-devkit/build-angular): add crossorigin options#14844
Conversation
|
@alan-agius4 - Needs rebase |
|
What is the documentation impact for this change? Also are we adding crossorigin="anonymous" by default? Is that necessary? |
|
Documentation in AIO will be auto generated when new options are added. ( from JSON Help) With regards if we should always add it or not maybe we should discuss it further, and see if we should add a |
|
Of note is that |
|
Discussed and opted to use |
This options allows to define the crossorigin attribute setting of elements that provide CORS support Closes #14743
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This options allows to define the crossorigin attribute setting of elements that provide CORS support
By default we set the value to
anonymous.Closes #14743