packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/RightNow.xml

<!--
	For other Oracle coverage, see Oracle.xml.


	For clients, see RightNow-clients.xml.


	Targets solely for wildcard cookies:

		- *.www.rnengage.com

-->
<ruleset name="RightNow Technologies (partial)">

	<target host="custhelp.com" />
	<target host="*.custhelp.com" />
	<target host="rightnow.com" />
	<target host="www.rightnow.com" />
	<target host="www.rnengage.com" />
	<target host="*.www.rnengage.com" />


	<securecookie host="^.*\.custhelp\.com$" name=".*" />
	<securecookie host="^\.www\.rnengage\.com$" name=".+" />


	<rule from="^https?://(?:www\.)?custhelp\.com/"
		to="https://www.rightnow.com/" />

	<!--	Unique subdomain for each client.
							-->
	<rule from="^http://([\w\-]+)\.custhelp\.com/"
		to="https://$1.custhelp.com/" />

	<rule from="^http://(www\.)?rightnow\.com/"
		to="https://$1rightnow.com/" />

	<rule from="^http://www\.rnengage\.com/"
		to="https://www.rnengage.com/" />

</ruleset>