Brian Notes

From Brian Nelson Ramblings
Revision as of 12:16, 30 May 2015 by Brian (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Customer Needs uploads.google.com rules in the firewall

whois uploads.google.com

Grab the ipaddress from the whois and then do a whois on the ipaddress and grep from CIDR

whois 74.125.139.116 | grep CIDR

Results

CIDR:           74.125.0.0/16
http://24x7servermanagement.com/blog/?p=845

Magento Error - Can not view Images in CMS block with wysiwyg editor on, need to enable allow_url_fopen in php.ini


Looks like we need

<FilesMatch "\.(js|png)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>


http://kb.kerio.com/product/kerio-connect/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html