Tamas Mate created IMPALA-11231:
-----------------------------------

             Summary: Add Subresource Integrity check to webui
                 Key: IMPALA-11231
                 URL: https://issues.apache.org/jira/browse/IMPALA-11231
             Project: IMPALA
          Issue Type: Improvement
    Affects Versions: Impala 4.0.0
            Reporter: Tamas Mate


{code:none}
Subresource Integrity (SRI) is a security feature that enables browsers to 
verify that resources they fetch (for example, from a CDN) are delivered 
without unexpected manipulation. It works by allowing you to provide a 
cryptographic hash that a fetched resource must match.
{code}

The syntax is the following:
{code:html}
<script src="https://example.com/example-framework.js";
        
integrity="sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC"
        crossorigin="anonymous"></script>
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to