From 01e816093740a23c2a6e9a925d7b0e030f711ad9 Mon Sep 17 00:00:00 2001 From: Gaurav Munjal Date: Tue, 9 Oct 2018 16:59:31 -0400 Subject: [PATCH] fix tests --- guides/legacy/asset-compilation.md | 4 +++- guides/legacy/index.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/guides/legacy/asset-compilation.md b/guides/legacy/asset-compilation.md index 3a056c6..e34cfc3 100644 --- a/guides/legacy/asset-compilation.md +++ b/guides/legacy/asset-compilation.md @@ -613,10 +613,12 @@ CDN. The reason to add this to your application is to protect against poisoned CDNs breaking JavaScript or CSS. + + - [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) \ No newline at end of file +To customize SRI generation see: [ember-cli-sri](https://github.com/jonathanKingston/ember-cli-sri) diff --git a/guides/legacy/index.md b/guides/legacy/index.md index d1e9ce0..e44e3f5 100644 --- a/guides/legacy/index.md +++ b/guides/legacy/index.md @@ -1,3 +1,3 @@ -[Asset Compilation](./asset-compilation) \ No newline at end of file +[Asset Compilation](./asset-compilation)