annsummers.com
HTTPS Everywhere currently rewrites requests to annsummers.com (or its subdomains).
Embedded content loaded from third-party domains (for example, YouTube, Google Analytics, ad networks, or CDNs) may also be affected. You can test this by loading the web page in question in a browser with HTTPS Everywhere installed and pulling down the HTTPS Everywhere rules menu. This will show a list of HTTPS Everywhere rules that were applied as the page was loaded, including rules that might have affected embedded content from other domains.
The stable (as yet unreleased) branch contains the following rule that is disabled by default (so very few users' browsing is likely to be affected by their action):
<!-- Disabled by https-everywhere-checker because: Fetch error: http://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay => https://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay: Too many redirects while fetching 'https://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay' Other Ann Summers rulesets: - Ann_Summers_Jobs.xml Most pages redirect to http. Problematic subdomains: - careers (works; mismatched, CN: *.gridserver.com) Insecure cookies are set for these hosts: ᶜ - www.annsummers.com ᶜ See https://owasp.org/index.php/SecureFlag --><ruleset name="Ann Summers.com (partial)" default_off="failed ruleset test"> <target host="annsummers.com"/> <target host="www.annsummers.com"/> <!-- Redirects to http: --> <!--exclusion pattern="^http://www\.annsummers\.com/+($|\?|c/|page/)" /--> <!-- 404: --> <!--exclusion pattern="^http://www\.annsummers\.com/+(store/|storelocator)" /--> <!-- In sum: --> <exclusion pattern="^http://(?:www\.)?annsummers\.com/+(?:$|\?|c/|page/|store)"/> <!-- Not sensitive info, no sirree: --> <test url="http://www.annsummers.com/?"/> <test url="http://www.annsummers.com//"/> <test url="http://www.annsummers.com/c/bondage/gags"/> <test url="http://www.annsummers.com/c/dress-up/schoolgirls"/> <test url="http://www.annsummers.com/c/sex-toys/for-anal"/> <test url="http://www.annsummers.com/c/sex-toys/rampant-rabbits"/> <test url="http://www.annsummers.com/page/ContactUs"/> <test url="http://www.annsummers.com/store/newcastle-upon-tyne"/> <test url="http://www.annsummers.com/storelocator"/> <!-- -ve: --> <test url="http://www.annsummers.com/favicon.ico"/> <test url="http://www.annsummers.com/html/css/header.css"/> <test url="http://www.annsummers.com/html/images/cc-deliver-white.png"/> <test url="http://www.annsummers.com/wcsstore/SharedStoreFront/Custom/css/site.css"/> <test url="http://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay"/> <!-- Not secured by server: --> <!--securecookie host="^www\.annsummers\.com$" name="^(?:cqcid|(?:dwac|dwanonymous|personalization)_[\da-f]{32}|dwsid|sid)$" /--> <!--securecookie host="^(?:www)?\.annsummers\.com$" name=".+" /--> <rule from="^http:" to="https:"/> </ruleset>
The release branch contains the following rules that are disabled by default (so very few users' browsing is likely to be affected by their action):
<!-- Disabled by https-everywhere-checker because: Fetch error: http://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay => https://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay: Too many redirects while fetching 'https://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay' Other Ann Summers rulesets: - Ann_Summers_Jobs.xml Most pages redirect to http. Problematic subdomains: - careers (works; mismatched, CN: *.gridserver.com) Insecure cookies are set for these hosts: ᶜ - www.annsummers.com ᶜ See https://owasp.org/index.php/SecureFlag --><ruleset name="Ann Summers.com (partial)" default_off="failed ruleset test"> <target host="annsummers.com"/> <target host="www.annsummers.com"/> <!-- Redirects to http: --> <!--exclusion pattern="^http://www\.annsummers\.com/+($|\?|c/|page/)" /--> <!-- 404: --> <!--exclusion pattern="^http://www\.annsummers\.com/+(store/|storelocator)" /--> <!-- In sum: --> <exclusion pattern="^http://(?:www\.)?annsummers\.com/+(?:$|\?|c/|page/|store)"/> <!-- Not sensitive info, no sirree: --> <test url="http://www.annsummers.com/?"/> <test url="http://www.annsummers.com//"/> <test url="http://www.annsummers.com/c/bondage/gags"/> <test url="http://www.annsummers.com/c/dress-up/schoolgirls"/> <test url="http://www.annsummers.com/c/sex-toys/for-anal"/> <test url="http://www.annsummers.com/c/sex-toys/rampant-rabbits"/> <test url="http://www.annsummers.com/page/ContactUs"/> <test url="http://www.annsummers.com/store/newcastle-upon-tyne"/> <test url="http://www.annsummers.com/storelocator"/> <!-- -ve: --> <test url="http://www.annsummers.com/favicon.ico"/> <test url="http://www.annsummers.com/html/css/header.css"/> <test url="http://www.annsummers.com/html/images/cc-deliver-white.png"/> <test url="http://www.annsummers.com/wcsstore/SharedStoreFront/Custom/css/site.css"/> <test url="http://www.annsummers.com/webapp/wcs/stores/servlet/OrderItemDisplay"/> <!-- Not secured by server: --> <!--securecookie host="^www\.annsummers\.com$" name="^(?:cqcid|(?:dwac|dwanonymous|personalization)_[\da-f]{32}|dwsid|sid)$" /--> <!--securecookie host="^(?:www)?\.annsummers\.com$" name=".+" /--> <rule from="^http:" to="https:"/> </ruleset>
The HTTPS Everywhere developers welcome corrections and updates to rules. Please see our developer information and documentation of the ruleset format. If filing a bug in the Tor Project's Trac bug tracker, you can use the shared username and password cypherpunks / writecode; please ensure that the bug is marked as applying to HTTPS Everywhere.