Skip to content

Commit

Permalink
Add foreignObject dicto also for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxfw committed May 7, 2019
1 parent ba761be commit ef10d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion dicto/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ analysis:
- ".*[.]png"
- ".*[.]psd"
- ".*[.]rdf"
- ".*[.]svg"
- ".*[.]swf"
- ".*[.]ttf"
- ".*[.]woff"
Expand Down
5 changes: 5 additions & 0 deletions dicto/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ SetErrorHandler = Functions with name:"set_error_handler"
SetExceptionHandler = Functions with name:"set_exception_handler"
SetErrorOrExceptionHandler = {SetExceptionHandler, SetErrorHandler}
IliasTemplateFiles = Files with name:"tpl[.].*[.]html"
SVGFiles = Files with name:".*[.]svg"


/**
Expand Down Expand Up @@ -134,3 +135,7 @@ IliasTemplateFiles cannot contain text: "on(blur|change|click|dblclick|focus|key
* Decision by JF 2015-08-03: http://www.ilias.de/docu/goto.php?target=wiki_1357_JourFixe-2015-08-03#ilPageTocA123
*/
WholeIliasCodebaseExceptInitialisation cannot depend on: GlobalsExceptDIC
/**
* https://mantis.ilias.de/view.php?id=25040
*/
SVGFiles cannot contain text: "<foreignObject"

0 comments on commit ef10d62

Please sign in to comment.