Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #201 from Firminator/patch-1
Browse files Browse the repository at this point in the history
Fix typos in compatibility ruleset comments
  • Loading branch information
futpib committed Jun 11, 2015
2 parents 1dc529f + 0019808 commit 6f85ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defaults/rulesets/compatibility.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ rules:
# with an iframe for toolbar popups, let's not break that
[scheme] data -> *:
# Only allow that for chrome xul data documents
# Firefox won't load xul in content, so this check makes sence
# Firefox won't load xul in content, so this check makes sense
[path] "application/vnd.mozilla.xul+xml;"* -> *:
[contentType] DOCUMENT: ACCEPT

internal -> web:
# Fixes KeeFox and probably other addons that comunicate with local services
# Fixes KeeFox and probably other addons that communicate with local services
# via websockets
[scheme] * -> ws:
[host] * -> (localhost|"127.0.0.1"):
Expand Down

0 comments on commit 6f85ffa

Please sign in to comment.