@@ -598,8 +598,8 @@ discard block |
||
598 | 598 | return $sTarget; |
599 | 599 | } |
600 | 600 | |
601 | - public function acceptsAndPurifiesHtmlInput() |
|
602 | - { |
|
601 | + public function acceptsAndPurifiesHtmlInput() |
|
602 | + { |
|
603 | 603 | // Prevent false XSS detection of harmless HTML code |
604 | 604 | // see https://redmine.opencaching.de/issues/1137 |
605 | 605 | // see https://stackoverflow.com/questions/43249998/chrome-err-blocked-by-xss-auditor-details |
@@ -609,5 +609,5 @@ discard block |
||
609 | 609 | // This is ensured by HTMLpurifier in OC code. |
610 | 610 | |
611 | 611 | header('X-XSS-Protection: 0'); |
612 | - } |
|
612 | + } |
|
613 | 613 | } |