The green SSL padlock in Firefox
-
Hi. I have an issue with Firefox. Please have a read below, my mail to Stripe support. The recommended that I should ask you about this:
Hi there,
That does look correct! I would chat with the authors of the plugin you’re using and see if they’ve seen this before or have any insight! Looking on your Checkout page (https://b-light.se/checkout-3/) I do see <script type=’text/javascript’ src=’//js.stripe.com/v2/?ver=2.0′></script> included.
When I try that in my own JSBin it causes the same notice. If I explicitly change the include to HTTPS <script type=’text/javascript’ src=’https://js.stripe.com/v2/?ver=2.0′></script> it resolves the issue.
https://jsbin.com/nihokaxaha/edit?html,output
I hope this helps and please let me know if you have any other questions!
All the best,
Dex
On April 17, 2016 at 7:23 PM info <info@b-light.se> wrote:
Hi Dexter.
Thanks for you answer. I use the WordPress plugin for Stripe:
From there I can read this:
public function load_stripe_scripts() {
wp_enqueue_script( ‘stripe’, ‘https://js.stripe.com/v2/’, false, ‘2.0’, true );
For me it looks correct but I′m not a developer.
It′s only Firefox that complain, not Chrome or Edge.
I want it to be fine for all browsers though.
Any advice?
Thanks
Jonas
……………………………………………………………….
B-LIGHT Sweden <https://www.b-light.se/> https://www.b-light.se
?lvs?kersgr?nd 46 <mailto:info@b-light.se> info@b-light.se
125 72 ?lvsj? +46 76 251 58 80
Sweden
<https://b-light.se/>
<https://b-light.se/product-category/new-arrivals/>
Fr?n: support@stripe.com [mailto:support@stripe.com]
On April 17, 2016 at 5:01 PM Dexter W. <support@stripe.com> wrote:
Hey there,Thanks for reaching out to us, I’m happy to help you with this! It sounds like you are seeing this error because you are hosting Stripe.js locally, on your web site, rather than pulling it directly from Stripe.
You should always include Stripe.js directly from Stripe to ensure that it is up to date and secure. We cannot guarantee that your integration will function correctly if you are hosting it locally.
You should include Stripe.js with:
<script type=”text/javascript” src=”https://js.stripe.com/v2/”></script>
I hope this helps and please let me know if you have any other questions!
All the best,
Dex
On April 16, 2016 at 8:45 AM info <info@b-light.se> wrote:
I get an error on Firefox on my checkout page:
JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js:2:542
“It looks like Stripe.js is not being loaded from https://js.stripe.com. Stripe does not support serving Stripe.js from your own domain.” v2:2:516
referrer url :-https://b-light.se/shop/organic-products/tops/organic-t-shirt-devadara-classic-blue/ slide_in.js:22:131
scroll
How can I get rid of that? It doesnt appear in Chrome or Edge.
Haven′t tried if its possible to make a transaction.
Thanks!https://www.ads-software.com/plugins/stripe-woocommerce-addon/
- The topic ‘The green SSL padlock in Firefox’ is closed to new replies.