-
Notifications
You must be signed in to change notification settings - Fork 11.9k
feat(@angular-devkit/build-angular): add crossorigin options #14844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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