You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 rivejä
326 B

  1. window.___browserSync___ = {};
  2. ___browserSync___.socketConfig = %config%;
  3. ___browserSync___.socketUrl = %url%;
  4. ___browserSync___.options = %options%;
  5. if (location.protocol == "https:" && /^http:/.test(___browserSync___.socketUrl)) {
  6. ___browserSync___.socketUrl = ___browserSync___.socketUrl.replace(/^http:/, "https:");
  7. }