mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
Disable SRI for now
This commit is contained in:
parent
a65948ea85
commit
35ccc07549
@ -1,4 +1,4 @@
|
||||
/* global require, module */
|
||||
/* global require, module, process */
|
||||
var EmberApp = require("ember-cli/lib/broccoli/ember-app");
|
||||
var env = process.env.EMBER_ENV;
|
||||
var config = require("./config/environment")(env);
|
||||
@ -13,6 +13,10 @@ module.exports = function(defaults) {
|
||||
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg']
|
||||
},
|
||||
|
||||
SRI: {
|
||||
enabled: false
|
||||
},
|
||||
|
||||
inlineContent: {
|
||||
"analytics": {
|
||||
file: "app/analytics.html",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user