We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AA Web Sdk is a javascript library developed by Licensed AA.
The embedding site (example FIU , LSP ) should implement Content Security Policy - which enforces the sources of JavaScript -
The AA Web SDK should establish authenticity by using "integrity" attribute of <script> tag
AA Web SDK should be loaded from either AA's Web server or through CDN hosting
In Case of CDN hosting - the client [ example FIU , LSP ] of AA Web SDK should not have control over publishing into CDN
The domain or Subdomain of hosted WebSDK should not same as that of Client [ example FIU , LSP ]
Web SDK should always be "minified"
@dheerajkhardwal @TeamSahamati
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AA Web Sdk is a javascript library developed by Licensed AA.
The embedding site (example FIU , LSP ) should implement Content Security Policy - which enforces the sources of JavaScript -
The AA Web SDK should establish authenticity by using "integrity" attribute of <script> tag
AA Web SDK should be loaded from either AA's Web server or through CDN hosting
In Case of CDN hosting - the client [ example FIU , LSP ] of AA Web SDK should not have control over publishing into CDN
The domain or Subdomain of hosted WebSDK should not same as that of Client [ example FIU , LSP ]
Web SDK should always be "minified"
@dheerajkhardwal @TeamSahamati
The text was updated successfully, but these errors were encountered: