Skip to content

Commit

Permalink
Merge pull request #726 from ucfopen/issue/290-iframe-content-detected
Browse files Browse the repository at this point in the history
Issue/290 iframe content detected
  • Loading branch information
SimonRothUCF authored Feb 3, 2022
2 parents 0a0dbb5 + d0d2c75 commit 750b115
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 176 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ PHPALLY_SUGGESTION_RULES="
AnchorLinksToSoundFilesNeedTranscripts,
AnchorSuspiciousLinkText,
ContentTooLong,
IframeNotHandled,
InputImageNotDecorative,
NoHeadings,
ObjectTagDetected,
Expand Down
1 change: 1 addition & 0 deletions assets/js/Components/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const issueRuleIds = [
"FontIsNotUsed",
"HeadersHaveText",
"HeadingsInOrder",
"IframeNotHandled",
"ImageAltIsDifferent",
"ImageAltIsTooLong",
"ImageAltNotEmptyInAnchor",
Expand Down
13 changes: 2 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-sodium": "*",
"cidilabs/phpally": "~1.1.0",
"cidilabs/phpally": "~1.1.1",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.4",
Expand Down Expand Up @@ -96,16 +96,7 @@
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"scripts": {},
"conflict": {
"symfony/symfony": "*"
},
Expand Down
Loading

0 comments on commit 750b115

Please sign in to comment.