clean up failed firefox solutions and implement one that works
This commit is contained in:
3
app.js
3
app.js
@ -127,7 +127,8 @@ var trusted = [
|
|||||||
'localhost:3000',
|
'localhost:3000',
|
||||||
'ws://localhost:3000/',
|
'ws://localhost:3000/',
|
||||||
'http://localhost:3000',
|
'http://localhost:3000',
|
||||||
'*.ionicframework.com'
|
'*.ionicframework.com',
|
||||||
|
'https://syndication.twitter.com'
|
||||||
];
|
];
|
||||||
|
|
||||||
debug(trusted);
|
debug(trusted);
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
<FilesMatch ".(ttf|otf|eot|woff)$">
|
|
||||||
<IfModule mod_headers.c>
|
|
||||||
Header set Access-Control-Allow-Origin "*"
|
|
||||||
</IfModule>
|
|
||||||
</FilesMatch>
|
|
Reference in New Issue
Block a user