Skip to content

Commit 01e8160

Browse files
committed
fix tests
1 parent 7b001e0 commit 01e8160

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

guides/legacy/asset-compilation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,12 @@ CDN.
613613
The reason to add this to your application is to protect against poisoned CDNs
614614
breaking JavaScript or CSS.
615615
616+
<!--alex ignore attack-->
617+
616618
- [JavaScript DDoS prevention](https://blog.cloudflare.com/an-introduction-to-javascript-based-ddos/)
617619
- The latest [GitHub DDoS attack](http://googleonlinesecurity.blogspot.co.uk/2015/04/a-javascript-based-ddos-attack-as-seen.html)
618620
- Protection against corrupted code on less trusted servers
619621
620622
#### Customize
621623
622-
To customize SRI generation see: [ember-cli-sri](https://github.com/jonathanKingston/ember-cli-sri)
624+
To customize SRI generation see: [ember-cli-sri](https://github.com/jonathanKingston/ember-cli-sri)

guides/legacy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- This is only here because it is required. -->
22

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

0 commit comments

Comments
 (0)