We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c0970 commit 829815cCopy full SHA for 829815c
app/index.html
@@ -19,13 +19,6 @@
19
</head>
20
<body>
21
{{content-for 'body'}}
22
- <noscript>
23
- <div id="main">
24
- <div class='noscript'>
25
- This site requires JavaScript to be enabled.
26
- </div>
27
28
- </noscript>
29
30
<script src="{{rootURL}}assets/vendor.js"></script>
31
<script src="{{rootURL}}assets/cargo.js"></script>
config/environment.js
@@ -22,6 +22,9 @@ module.exports = function(environment) {
// Here you can pass flags/options to your application instance
// when it is created
},
+ fastboot: {
+ hostWhitelist: ['crates.io', /^localhost:\d+$/],
+ },
};
if (environment === 'development') {
0 commit comments