Skip to content

Commit

Permalink
Correct handling of non-https Logo elements by changing filter ordering
Browse files Browse the repository at this point in the history
See incommon/inc-meta#64.
  • Loading branch information
iay committed Jun 6, 2017
1 parent e467c7b commit 874ebd2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
<property name="whitelistingRegistrationAuthorities" value="false"/>
</bean>

<!--
Technical Policy rule 4 (to be renumbered).
"Remove (and log the removal of) all imported mdui:Logo elements
(not entities) with a URL that is not HTTPS-protected."
-->
<ref bean="stripMDUILogoHttp"/>

<!--
Technical Policy rule 2.
Expand Down Expand Up @@ -225,14 +233,6 @@
</property>
</bean>

<!--
Technical Policy rule 4.
"Remove (and log the removal of) all imported mdui:Logo elements
(not entities) with a URL that is not HTTPS-protected."
-->
<ref bean="stripMDUILogoHttp"/>

<!--
Technical Policy rule 5.
Expand Down

0 comments on commit 874ebd2

Please sign in to comment.