We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2870060 commit 97bd1d9Copy full SHA for 97bd1d9
lib/premailer/rails/css_loaders/network_loader.rb
@@ -6,7 +6,7 @@ module NetworkLoader
6
7
def load(url)
8
uri = uri_for_url(url)
9
- Net::HTTP.get(uri) if uri
+ Net::HTTP.get(uri, { 'Accept' => 'text/css' }) if uri
10
end
11
12
def uri_for_url(url)
0 commit comments