@@ -164,7 +164,8 @@ |
||
164 | 164 | */ |
165 | 165 | public function modify_tag_templates($event) |
166 | 166 | { |
167 | - try { |
|
167 | + try |
|
168 | + { |
|
168 | 169 | // force YouTube to use the no cookies until the user starts video playback |
169 | 170 | $tag = $event['configurator']->tags['YOUTUBE']; |
170 | 171 | $tag->template = str_replace('www.youtube.com', 'www.youtube-nocookie.com', $tag->template); |