Skip to content
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

refactor(@angular/build): Auto-CSP support as an index file transformation. #28639

Merged
merged 1 commit into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. refactor(@angular/build): Auto-CSP support as an index file transform…

    …ation.
    
    Auto-CSP is a feature to rewrite the `<script>` tags in a index.html
    file to either hash their contents or rewrite them as a dynamic loader
    script that can be hashed. These hashes will be placed in a CSP inside a
    `<meta>` tag inside the `<head>` of the document to ensure that the
    scripts running on the page are those known during the compile-time of
    the client-side rendered application.
    aaronshim committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5095deb View commit details
    Browse the repository at this point in the history