This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Description I would add the following target tags to Mentor-Graphics.xml ...
<target host="accounts.mentor.com" />
<target host="analytics.mentor.com" />
<target host="beta.mentor.com" />
<target host="blogs.mentor.com" />
<target host="connect.mentor.com" />
<target host="crm.mentor.com" />
<target host="help.mentor.com" />
<target host="iweb.mentor.com" />
<target host="learn.mentor.com" />
<target host="login.mentor.com" />
<target host="marketing.mentor.com" />
<target host="salesconnect.mentor.com" />
<target host="signin.mentor.com" />
<target host="sourcery.mentor.com" />
<target host="store.mentor.com" />
<target host="store1.mentor.com" />
<target host="supportnet.mentor.com" />
<target host="video.mentor.com" />
<target host="www.mentor.com" />
... if I could apply a simple...
<rule from="^http:"
to="https:" />
... but that's not the case.
Would you simply replace the existing tags by the above? Should we get an intermediate solution? Should we add an enormous rule tag like this?
<rule from="^http://(accounts|analytics|...|video|www)\.mentor\.com/"
to="https://$1.mentor.com/" />
Reactions are currently unavailable
I would add the following target tags to Mentor-Graphics.xml...
... if I could apply a simple...
... but that's not the case.
Would you simply replace the existing tags by the above? Should we get an intermediate solution? Should we add an enormous
ruletag like this?