clean up failed firefox solutions and implement one that works

This commit is contained in:
Michael Q Larson
2015-01-09 15:47:52 -08:00
parent 4e91e94463
commit 99253a7745
2 changed files with 2 additions and 6 deletions

3
app.js
View File

@ -127,7 +127,8 @@ var trusted = [
'localhost:3000',
'ws://localhost:3000/',
'http://localhost:3000',
'*.ionicframework.com'
'*.ionicframework.com',
'https://syndication.twitter.com'
];
debug(trusted);

View File

@ -1,5 +0,0 @@
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>