Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Oct 9, 2018
1 parent 7b001e0 commit 01e8160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion guides/legacy/asset-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,12 @@ CDN.
The reason to add this to your application is to protect against poisoned CDNs
breaking JavaScript or CSS.
<!--alex ignore attack-->
- [JavaScript DDoS prevention](https://blog.cloudflare.com/an-introduction-to-javascript-based-ddos/)
- The latest [GitHub DDoS attack](http://googleonlinesecurity.blogspot.co.uk/2015/04/a-javascript-based-ddos-attack-as-seen.html)
- Protection against corrupted code on less trusted servers
#### Customize
To customize SRI generation see: [ember-cli-sri](https://github.com/jonathanKingston/ember-cli-sri)
To customize SRI generation see: [ember-cli-sri](https://github.com/jonathanKingston/ember-cli-sri)
2 changes: 1 addition & 1 deletion guides/legacy/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- This is only here because it is required. -->

[Asset Compilation](./asset-compilation)
[Asset Compilation](./asset-compilation)

0 comments on commit 01e8160

Please sign in to comment.