abclinuxu.cz
HTTPS Everywhere currently rewrites requests to abclinuxu.cz (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 enabled by default:
<!-- Not rewritten: * frontend.argonit.cz - tracking code to check how many people block ads (NoScript solves this) Insecure cookies are set for these hosts: - www.abclinuxu.cz Mixed content: - Frames on www from frontend.argonit.cz * - Images, on: - www from linkbox.argonit.cz *** - www from go.cz.bbelements.com ** - Web bugs on www from www.itbiz.cz * Unsecurable, 404s anyway ** Secured by us *** Rule disabled by default <= mismatched --><ruleset name="AbcLinuxu.cz"> <!-- Direct rewrites: --> <target host="abclinuxu.cz"/> <target host="www.abclinuxu.cz"/> <!-- Not secured by server: --> <!--securecookie host="^www\.abclinuxu\.cz$" name="^JSESSIONID$" /--> <securecookie host="^(?:w*\.)?abclinuxu\.cz$" name=".+"/> <rule from="^http:" to="https:"/> </ruleset>
The release branch contains the following rules that are enabled by default:
<!-- Not rewritten: * frontend.argonit.cz - tracking code to check how many people block ads (NoScript solves this) Insecure cookies are set for these hosts: - www.abclinuxu.cz Mixed content: - Frames on www from frontend.argonit.cz * - Images, on: - www from linkbox.argonit.cz *** - www from go.cz.bbelements.com ** - Web bugs on www from www.itbiz.cz * Unsecurable, 404s anyway ** Secured by us *** Rule disabled by default <= mismatched --><ruleset name="AbcLinuxu.cz"> <!-- Direct rewrites: --> <target host="abclinuxu.cz"/> <target host="www.abclinuxu.cz"/> <!-- Not secured by server: --> <!--securecookie host="^www\.abclinuxu\.cz$" name="^JSESSIONID$" /--> <securecookie host="^(?:w*\.)?abclinuxu\.cz$" 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.