diff --git a/app.js b/app.js index 2e4aaeb981..baa56c1cf5 100644 --- a/app.js +++ b/app.js @@ -127,7 +127,8 @@ var trusted = [ 'localhost:3000', 'ws://localhost:3000/', 'http://localhost:3000', - '*.ionicframework.com' + '*.ionicframework.com', + 'https://syndication.twitter.com' ]; debug(trusted); diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index 0a72a55ebf..0000000000 --- a/public/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ - - - Header set Access-Control-Allow-Origin "*" - - \ No newline at end of file