[wp-meta] [Making WordPress.org] #4524: Gitlab support for remote css

Making WordPress.org noreply at wordpress.org
Sat Jun 22 14:31:48 UTC 2019


#4524: Gitlab support for remote css
-------------------------------------+---------------------
 Reporter:  tippl                    |       Owner:  (none)
     Type:  task                     |      Status:  new
 Priority:  normal                   |   Milestone:
Component:  WordCamp Site & Plugins  |  Resolution:
 Keywords:  needs-patch              |
-------------------------------------+---------------------

Comment (by vdwijngaert):

 Hey Manja,

 You are working locally, right? You can use the
 "wcrcss_trusted_remote_hostnames" filter to add gitlab.com to the list.
 This might get you started while waiting for this ticket to be resolved.

 {{{#!php
 <?php
 add_filter( 'wcrcss_trusted_remote_hostnames', function(
 $trusted_hostnames ) {
   $trusted_hostnames[] = 'gitlab.com';
   return $trusted_hostnames;
 } );
 }}}

 Best of luck with your WordCamp!

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4524#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list